Skip to content

Commit

Permalink
[Dependabot] Group all k8s.io patch updates (#101)
Browse files Browse the repository at this point in the history
Signed-off-by: Antonin Bas <[email protected]>
  • Loading branch information
antoninbas authored Sep 25, 2023
1 parent ee1239f commit 22e96e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ updates:
schedule:
interval: "weekly"
open-pull-requests-limit: 5
groups:
k8s:
patterns:
- "k8s.io/*"
update-types:
- "patch"
ignore:
- dependency-name: "k8s.io/*"
update-types: ["version-update:semver-major", "version-update:semver-minor"] # ignore all except for patch updates
Expand Down

0 comments on commit 22e96e2

Please sign in to comment.