Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit 7722035

Browse files
committed
actions: merge dependabot automatically
1 parent e8eeafc commit 7722035

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Dependabot auto merge
2+
on:
3+
pull_request:
4+
5+
jobs:
6+
automerge:
7+
runs-on: ubuntu-latest
8+
9+
permissions:
10+
pull-requests: write
11+
contents: write
12+
13+
steps:
14+
- uses: fastify/[email protected]
15+
with:
16+
github-token: ${{ secrets.GITHUB_TOKEN }}
17+
target: minor
18+
merge-comment: Dependabot PR Auto Merge

0 commit comments

Comments
 (0)