Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

GitHub Actions for auto-approving and auto-merging Dependabot pull requests.

Notifications You must be signed in to change notification settings

Yproximite/auto-approve-and-merge-dependabot-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ Archived ⚠️

See https://hugo.alliau.me/2021/05/04/migration-to-github-native-dependabot-solutions-for-auto-merge-and-action-secrets/#re-enable-auto-merging-with-auto-approve for a better solution for auto-approve and auto-merging Dependabot pull requests.

Auto approve and merge Dependabot PR action

GitHub Action for auto-approving and auto-merging Dependabot pull requests.

This action is compatible with GitHub-native Dependabot which disabled auto-merge.

Usage

name: Auto approve

on:
  pull_request

jobs:
  auto-approve:
    runs-on: ubuntu-latest
    steps:
      - uses: Yproximite/auto-approve-and-merge-dependabot-action@v1
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}
          update-type: 'minor'

About

GitHub Actions for auto-approving and auto-merging Dependabot pull requests.

Resources

Stars

Watchers

Forks

Packages

No packages published