File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,14 +5,29 @@ updates:
55 directory : " /"
66 schedule :
77 interval : " weekly"
8+ ignore :
9+ - dependency-name : " *"
10+ update-types :
11+ - " version-update:semver-patch"
812
913 # Check for Go module updates
1014 - package-ecosystem : " gomod"
1115 directory : " /"
12- allow :
13- - dependency-type : direct
1416 schedule :
1517 interval : " weekly"
18+ allow :
19+ - dependency-type : " direct"
20+ groups :
21+ k8s :
22+ patterns :
23+ - " k8s.io/*"
24+ - " sigs.k8s.io/*"
25+ all-minor-patch :
26+ update-types :
27+ - " minor"
28+ - " patch"
29+ cooldown :
30+ default-days : 7
1631
1732 # Check for helm updates
1833 - package-ecosystem : " helm"
@@ -25,9 +40,17 @@ updates:
2540 directory : " /cmd/cloudscale-csi-plugin"
2641 schedule :
2742 interval : " weekly"
43+ ignore :
44+ - dependency-name : " *"
45+ update-types :
46+ - " version-update:semver-patch"
2847
2948 # Check docker side-car containers in helm updates
3049 - package-ecosystem : " docker"
3150 directory : " /charts/csi-cloudscale"
3251 schedule :
3352 interval : " weekly"
53+ ignore :
54+ - dependency-name : " *"
55+ update-types :
56+ - " version-update:semver-patch"
You can’t perform that action at this time.
0 commit comments