Skip to content

Commit

Permalink
Auto merge dependabot pull requests on success
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jan 30, 2020
1 parent 105dfce commit 101edef
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/dependabot-auto-merge.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Auto merge Dependabot updates

on:
check_suite:
types:
- completed
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked

jobs:
auto-merge:
name: Auto merge
runs-on: ubuntu-latest
steps:
- name: Auto merge
uses: ridedott/dependabot-auto-merge-action@master
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 101edef

Please sign in to comment.