-
Notifications
You must be signed in to change notification settings - Fork 60k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
auto merge dependabot updates (#177)
* 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
1 parent
74aaea5
commit d5112be
Showing
2 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |