Skip to content

Commit c6f1adf

Browse files
committed
ci: add dependabot auto-merge workflow
1 parent 0206f15 commit c6f1adf

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Dependabot Auto-Merge
2+
# Automatically approves and merges Dependabot PRs after CI passes
3+
#
4+
# This workflow calls the centralized auto-merge workflow from zircote/.github
5+
# Requires repository setting "Allow auto-merge" to be enabled
6+
7+
name: Dependabot Auto-Merge
8+
9+
on:
10+
pull_request_target:
11+
types: [opened, synchronize, reopened]
12+
13+
permissions:
14+
contents: write
15+
pull-requests: write
16+
17+
jobs:
18+
automerge:
19+
uses: zircote/.github/.github/workflows/reusable-dependabot-automerge.yml@main
20+
secrets: inherit

0 commit comments

Comments
 (0)