Skip to content

Commit 22a056f

Browse files
committed
Auto-approve Dependabot PRs
Signed-off-by: Marvin Froeder <[email protected]>
1 parent c85b559 commit 22a056f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/auto-merge-dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ jobs:
1515
uses: dependabot/[email protected]
1616
with:
1717
github-token: "${{ secrets.GITHUB_TOKEN }}"
18+
19+
- name: Auto-approve Dependabot PRs
20+
uses: hmarr/auto-approve-action@v3
21+
with:
22+
github-token: ${{ secrets.GITHUB_TOKEN }}
23+
1824
- name: Enable auto-merge for Dependabot PRs
1925
run: gh pr merge --auto --merge "$PR_URL"
2026
env:

0 commit comments

Comments
 (0)