File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff 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/*"
You can’t perform that action at this time.
0 commit comments