Skip to content

Commit

Permalink
Merge pull request #334 from uselagoon/auto-approve
Browse files Browse the repository at this point in the history
chore: enable dependabot auto-approve for k8s.io dependencies
  • Loading branch information
smlx authored Dec 21, 2023
2 parents 2047611 + 45d4397 commit 33a6a2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dependabot-automerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ jobs:
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Auto-approve well-maintained dependencies
if: contains(steps.metadata.outputs.dependency-names, 'k8s.io/client-go')
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 33a6a2c

Please sign in to comment.