Skip to content

Commit 8b4229a

Browse files
authored
Create dependabot-auto-merge.yml
1 parent a68dc03 commit 8b4229a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Dependabot auto merge
2+
3+
on:
4+
check_suite:
5+
types:
6+
- completed
7+
pull_request:
8+
types:
9+
- labeled
10+
- unlabeled
11+
- synchronize
12+
- opened
13+
- edited
14+
- ready_for_review
15+
- reopened
16+
- unlocked
17+
18+
jobs:
19+
auto-merge:
20+
runs-on: ubuntu-latest
21+
steps:
22+
- name: auto-merge
23+
uses: ridedott/dependabot-auto-merge-action@master
24+
with:
25+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)