We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0206f15 commit c6f1adfCopy full SHA for c6f1adf
1 file changed
.github/workflows/dependabot-automerge.yml
@@ -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