Skip to content

Commit 9ed3172

Browse files
authored
Merge pull request #76 from secure-software-engineering/test/dependabot-ci
add write permissions for dependabot workflow
2 parents 2ebfc20 + f36629e commit 9ed3172

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
pull_request:
55
types: [opened, reopened, synchronize]
66

7+
permissions:
8+
contents: write
9+
pull-requests: write
10+
711
jobs:
812
ApproveAndMerge:
913
name: Auto approve Dependabot PRs

0 commit comments

Comments
 (0)