Skip to content

Commit a7c3f9c

Browse files
committed
Updating file .github/workflows/dependabot-auto-merge.yml
1 parent 6eae409 commit a7c3f9c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
+5-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1+
# This is a templated file from https://github.com/adoptium/.eclipsefdn/tree/main/otterdog/policies/require_dependabot_auto_merge.yml
12
name: Dependabot auto-merge
23
on: pull_request_target
34

4-
permissions:
5-
contents: write
6-
pull-requests: write
5+
permissions: read-all
76

87
jobs:
98
dependabot:
9+
permissions:
10+
contents: write
11+
pull-requests: write
1012
uses: adoptium/.github/.github/workflows/dependabot-auto-merge.yml@main

0 commit comments

Comments
 (0)