Skip to content

Commit 25d437b

Browse files
committed
Automatically merge dependabot updates.
1 parent 3ba11da commit 25d437b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/auto-merge.yml

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

0 commit comments

Comments
 (0)