File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,8 @@ updates:
23
23
# Ignore controller-runtime major and minor as it's upgraded together with sigs.k8s.io/cluster-api.
24
24
- dependency-name : " sigs.k8s.io/controller-runtime"
25
25
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/*"
32
28
update-types : [ "version-update:semver-major", "version-update:semver-minor" ]
33
29
# Ignore ntnx-api-golang-clients modules major, minor, and patch as they are upgraded together with prism-go-client.
34
30
- dependency-name : " github.com/nutanix/ntnx-api-golang-clients/*"
You can’t perform that action at this time.
0 commit comments