File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ updates:
1414 - " *"
1515 ignore :
1616 # Ignore Cluster-API as its upgraded manually.
17- - dependency-name : " sigs.k8s.io/cluster-api"
17+ - dependency-name : " sigs.k8s.io/cluster-api* "
1818 # Ignore controller-runtime as its upgraded manually.
1919 - dependency-name : " sigs.k8s.io/controller-runtime"
2020 # Ignore k8s and its transitives modules as they are upgraded manually
@@ -49,6 +49,16 @@ updates:
4949 dependencies :
5050 patterns :
5151 - " *"
52+ ignore :
53+ # Ignore Cluster-API as its upgraded manually.
54+ - dependency-name : " sigs.k8s.io/cluster-api*"
55+ # Ignore controller-runtime as its upgraded manually.
56+ - dependency-name : " sigs.k8s.io/controller-runtime"
57+ # Ignore k8s and its transitives modules as they are upgraded manually
58+ # together with controller-runtime.
59+ - dependency-name : " k8s.io/*"
60+ # Ignore controller-tools as its upgraded manually.
61+ - dependency-name : " sigs.k8s.io/controller-tools"
5262
5363 - package-ecosystem : " docker"
5464 directory : " /hack/tools"
You can’t perform that action at this time.
0 commit comments