Skip to content

Commit b668a21

Browse files
committed
Automerge dependencies with a patch updage from dependabot
1 parent 1dc5d5c commit b668a21

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Dependabot auto-merge
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- 'dependabot/**'
7+
8+
jobs:
9+
auto-merge:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v2
13+
- uses: ahmadnassri/action-dependabot-auto-merge@v2
14+
with:
15+
target: patch
16+
github-token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)