Skip to content

Commit

Permalink
auto merge dependabot updates (#177)
Browse files Browse the repository at this point in the history
* auto merge dependadabot updates

* add gh-action-auto-merge-dependency-updates to allowed actions

* update dependency auto merge to version that will approve PR

Co-authored-by: Zeke Sikelianos <[email protected]>
  • Loading branch information
tjenkinson and zeke authored Oct 8, 2020
1 parent 74aaea5 commit d5112be
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/allowed-actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ module.exports = [
'repo-sync/github-sync@v2',
'repo-sync/pull-request@v2',
'rtCamp/action-slack-notify@master',
'rtCamp/[email protected]'
]
'rtCamp/[email protected]',
'tjenkinson/gh-action-auto-merge-dependency-updates@cee2ac0'
]
14 changes: 14 additions & 0 deletions .github/workflows/automerge-dependencies.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Auto Merge Dependency Updates

on:
- pull_request
- pull_request_review

jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: tjenkinson/gh-action-auto-merge-dependency-updates@cee2ac0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
allowed-actors: dependabot[bot]

0 comments on commit d5112be

Please sign in to comment.