File tree Expand file tree Collapse file tree 1 file changed +41
-20
lines changed
Expand file tree Collapse file tree 1 file changed +41
-20
lines changed Original file line number Diff line number Diff line change @@ -7,29 +7,50 @@ updates:
77 - package-ecosystem : " gomod"
88 directory : " /"
99 groups :
10- k8s.io :
10+ # disable, since dependabot doesn't support update of the "replace" directive
11+ # k8s.io:
12+ # patterns:
13+ # - "k8s.io/*"
14+ k8s-sigs :
1115 patterns :
12- - " k8s.io/*"
13- open-pull-requests-limit : 10
14- schedule :
15- interval : " daily"
16- - package-ecosystem : " gomod"
17- directory : " /"
18- groups :
19- k8s.io :
16+ - " sigs.k8s.io/*"
17+ k8s-csi :
18+ - " github.com/kubernetes-csi/*"
19+ - " github.com/container-storage-interface/*"
20+ system :
2021 patterns :
21- - " k8s.io/*"
22- open-pull-requests-limit : 10
23- schedule :
24- interval : " daily"
25- target-branch : release-1.31
26- - package-ecosystem : " gomod"
27- directory : " /"
28- groups :
29- k8s.io :
22+ - " golang.org/x/*"
23+ gopkg :
24+ patterns :
25+ - " gopkg.in/*"
26+ google :
27+ patterns :
28+ - " google.golang.org/*"
29+ - " github.com/google/*"
30+ sfp13 :
31+ patterns :
32+ - " github.com/spf13/*"
33+ openapi :
34+ patterns :
35+ - " github.com/go-openapi/*"
36+ containerd :
37+ patterns :
38+ - " github.com/containerd/*"
39+ other :
3040 patterns :
31- - " k8s.io/*"
41+ - " *"
42+ exclude-patterns :
43+ - " k8s.io/*"
44+ - " golang.org/x/*"
45+ - " gopkg.in/*"
46+ - " google.golang.org/*"
47+ - " github.com/google/*"
48+ - " sigs.k8s.io/*"
49+ - " github.com/kubernetes-csi/*"
50+ - " github.com/container-storage-interface/*"
51+ - " github.com/spf13/*"
52+ - " github.com/go-openapi/*"
53+ - " github.com/containerd/*"
3254 open-pull-requests-limit : 10
3355 schedule :
3456 interval : " daily"
35- target-branch : release-1.30
You can’t perform that action at this time.
0 commit comments