Skip to content

Commit

Permalink
chore: group k8s.io dependabot updates
Browse files Browse the repository at this point in the history
We get separate PRs for each k8s.io dependency update, which is needlessly
noisy. This PR groups all k8s.io dependency updates into a single PR. It also
disables sigs.k8s.io/gateway-api updates until we are ready to expclitly update
it.
  • Loading branch information
olix0r committed Dec 12, 2024
1 parent 970e838 commit d7818fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ updates:
interval: daily
time: "03:00"
timezone: Etc/UTC
ignore:
# TODO(ver): Remove this once we update our Gateway API dependencies.
- dependency-name: sigs.k8s.io/gateway-api
update-types: [version-update:semver-major, version-update:semver-minor]
groups:
kube:
patterns:
- k8s.io/*

- package-ecosystem: cargo
directory: "/"
Expand Down

0 comments on commit d7818fb

Please sign in to comment.