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:
7
7
- package-ecosystem : " gomod"
8
8
directory : " /"
9
9
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 :
11
15
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 :
20
21
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 :
30
40
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/*"
32
54
open-pull-requests-limit : 10
33
55
schedule :
34
56
interval : " daily"
35
- target-branch : release-1.30
You can’t perform that action at this time.
0 commit comments