Skip to content

Commit 3864c33

Browse files
committed
chore: automatically merge dependabot PRs
1 parent 25cbd49 commit 3864c33

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/dependabot_pr.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: "Dependabot Auto Approve and Merge"
2+
3+
on:
4+
pull_request:
5+
6+
permissions:
7+
pull-requests: write
8+
contents: write
9+
10+
jobs:
11+
auto-merge:
12+
uses: canonical/sdcore-github-workflows/.github/workflows/dependabot_pr.yaml@main

0 commit comments

Comments
 (0)