Skip to content

Commit c32a72b

Browse files
authored
chore(actions): add "Dependabot CI" workflow for automatic dependency merging (#135)
* chore: add "Dependabot CI" workflow for automatic dependency merging
1 parent 28c7f37 commit c32a72b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Dependabot CI
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
automerge:
8+
runs-on: ubuntu-latest
9+
10+
permissions:
11+
pull-requests: write
12+
contents: write
13+
14+
steps:
15+
- uses: fastify/github-action-merge-dependabot@1b2ed42db8f9d81a46bac83adedfc03eb5149dff # v3.11.2
16+
with:
17+
use-github-auto-merge: true
18+
merge-method: squash

0 commit comments

Comments
 (0)