File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ # Set update schedule for GitHub Actions
2+
3+ version : 2
4+ updates :
5+ - package-ecosystem : github-actions
6+ directory : /
7+ schedule :
8+ interval : daily
9+ labels :
10+ - github-actions
Original file line number Diff line number Diff line change 77 automerge :
88 name : Enable pull request automerge
99 runs-on : ubuntu-latest
10- if : github.event.pull_request.user.login == 'pre-commit-ci[bot]'
10+ if : github.event.pull_request.user.login == 'pre-commit-ci[bot]' || github.event.pull_request.user.login == 'dependabot[bot]'
1111
1212 steps :
1313 -
uses :
alexwilson/[email protected] 1919 name : Automatically approve pull request
2020 needs : [automerge]
2121 runs-on : ubuntu-latest
22- if : github.event.pull_request.user.login == 'pre-commit-ci[bot]'
22+ if : github.event.pull_request.user.login == 'pre-commit-ci[bot]' || github.event.pull_request.user.login == 'dependabot[bot]'
2323
2424 steps :
2525 - uses : hmarr/auto-approve-action@v2
You can’t perform that action at this time.
0 commit comments