Skip to content

Commit

Permalink
automatically add ok-to-test and deps label when dependabot send PR
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-chenzz committed Nov 29, 2023
1 parent bfb00ec commit 287540a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,12 @@ updates:
interval: "weekly"
open-pull-requests-limit: 10
vulnerability-alerts:
enabled: true
enabled: true
labels:
- "ok-to-test"
- "dependencies"
ignore:
# ignore major and minor versions for dependencies updates
# Allow patches and security update.
- dependency-name: k8s.io/*
update-types: ["version-update:semver-major", "version-update:semver-minor"]

0 comments on commit 287540a

Please sign in to comment.