Skip to content

Commit a0fe4a4

Browse files
authored
ci: add dependabot auto approve
1 parent cfcbcac commit a0fe4a4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Auto approve dependabot PRs
2+
3+
on: pull_request_target
4+
5+
jobs:
6+
auto-approve:
7+
runs-on: ubuntu-latest
8+
permissions:
9+
pull-requests: write
10+
if: github.actor == 'dependabot[bot]'
11+
steps:
12+
- uses: hmarr/auto-approve-action@v3

0 commit comments

Comments
 (0)