Skip to content

Commit c67c80a

Browse files
committed
chore: enable dependabot-autoapprove
1 parent 80918f6 commit c67c80a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/dependabot-automerge.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,9 @@ jobs:
2525
env:
2626
PR_URL: ${{github.event.pull_request.html_url}}
2727
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
28+
- name: Auto-approve well-maintained dependencies
29+
if: contains(steps.metadata.outputs.dependency-names, 'k8s.io/client-go')
30+
run: gh pr review --approve "$PR_URL"
31+
env:
32+
PR_URL: ${{github.event.pull_request.html_url}}
33+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)