Skip to content

Commit 233d4da

Browse files
authored
revert: "build: Update k8s.io/{kubelet,utils} deps" (#1080)
Reverts #1078 This actually led to broken PRs - let's manually update the other dependencies when we need to instead.
1 parent fcb11d4 commit 233d4da

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,8 @@ updates:
2323
# Ignore controller-runtime major and minor as it's upgraded together with sigs.k8s.io/cluster-api.
2424
- dependency-name: "sigs.k8s.io/controller-runtime"
2525
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
26-
# Ignore specific k8s modules major and minor as they are upgraded together with controller-runtime.
27-
# This prevents Dependabot from creating a PR for every minor update of these modules which would be
28-
# incompatible with the current version of controller-runtime and therefore just closed.
29-
- dependency-name: "k8s.io/api*"
30-
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
31-
- dependency-name: "k8s.io/client-go"
26+
# Ignore k8s modules major and minor as they are upgraded together with controller-runtime.
27+
- dependency-name: "k8s.io/*"
3228
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
3329
# Ignore ntnx-api-golang-clients modules major, minor, and patch as they are upgraded together with prism-go-client.
3430
- dependency-name: "github.com/nutanix/ntnx-api-golang-clients/*"

0 commit comments

Comments
 (0)