Skip to content

Commit

Permalink
Merge branch 'main' into patch-5
Browse files Browse the repository at this point in the history
  • Loading branch information
runleonarun authored Oct 8, 2020
2 parents 364a432 + d5112be commit 24c7842
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 24c7842

Please sign in to comment.