Skip to content

Commit d5112be

Browse files
tjenkinsonzeke
andauthored
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 <zeke@sikelianos.com>
1 parent 74aaea5 commit d5112be

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

.github/allowed-actions.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ module.exports = [
3131
'repo-sync/github-sync@v2',
3232
'repo-sync/pull-request@v2',
3333
'rtCamp/action-slack-notify@master',
34-
'rtCamp/action-slack-notify@v2.1.0'
35-
]
34+
'rtCamp/action-slack-notify@v2.1.0',
35+
'tjenkinson/gh-action-auto-merge-dependency-updates@cee2ac0'
36+
]
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Auto Merge Dependency Updates
2+
3+
on:
4+
- pull_request
5+
- pull_request_review
6+
7+
jobs:
8+
run:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: tjenkinson/gh-action-auto-merge-dependency-updates@cee2ac0
12+
with:
13+
repo-token: ${{ secrets.GITHUB_TOKEN }}
14+
allowed-actors: dependabot[bot]

0 commit comments

Comments
 (0)