Skip to content

Commit d4baf82

Browse files
authored
Create approve-dependabot-pr.yml (#181)
1 parent 60beb52 commit d4baf82

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: "Approve Dependabot PR's"
2+
on:
3+
pull_request:
4+
5+
permissions:
6+
contents: write
7+
pull-requests: write
8+
actions: write
9+
10+
jobs:
11+
dependabot:
12+
uses: devops-actions/.github/.github/workflows/approve-dependabot-pr.yml@main
13+
secrets:
14+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)