Skip to content

Commit

Permalink
Configure dependabot to ignore k8s.io major/minor updates for now (#411)
Browse files Browse the repository at this point in the history
Signed-off-by: Don Penney <[email protected]>
  • Loading branch information
donpenney authored Dec 16, 2024
1 parent 808104f commit 1fb5275
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ updates:
golang:
patterns: [ "golang.org/*" ]
update-types: [ "major", "minor", "patch" ]
ignore:
# k8s.io moved to go 1.23 in v0.32, so ignore major/minor updates until this repo is 1.23-based
- dependency-name: "k8s.io/*"
update-types: ["version-update:semver-major","version-update:semver-minor"]
#ignore:
# - dependency-name: "*"
# update-types: ["version-update:semver-patch"]

0 comments on commit 1fb5275

Please sign in to comment.