Skip to content

Commit 00ce9bf

Browse files
committed
Add Dependabot auto-merge workflow
1 parent a63a654 commit 00ce9bf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Auto-merge Dependabot PR (minor)
2+
on:
3+
pull_request_target:
4+
types: [opened, reopened, synchronize, ready_for_review]
5+
6+
permissions:
7+
contents: write
8+
pull-requests: write
9+
10+
jobs:
11+
auto-merge:
12+
uses: markwhitaker/shared-workflows/.github/workflows/dependabot-auto-merge-minor-patch.yml@main
13+
with:
14+
pr-number: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)