You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/renovate.json5
+14-13Lines changed: 14 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@
29
29
],
30
30
executionMode: 'branch',
31
31
},
32
+
// packageRules uses globs for matchPackageNames. Some packages have a separate major version i.e. /v on them which is when we would need package**/**.
32
33
packageRules: [
33
34
{
34
35
groupName: 'Misc Go deps',
@@ -45,9 +46,9 @@
45
46
'gomod',
46
47
],
47
48
matchPackageNames: [
48
-
'github.com/onsi/ginkgo**/**',
49
-
'github.com/onsi/gomega**/**',
50
-
'github.com/stretchr/testify**/**',
49
+
'github.com/onsi/ginkgo/**',
50
+
'github.com/onsi/gomega',
51
+
'github.com/stretchr/testify',
51
52
],
52
53
},
53
54
{
@@ -56,12 +57,12 @@
56
57
'gomod',
57
58
],
58
59
matchPackageNames: [
59
-
'github.com/akamai**/**',
60
-
'github.com/aws**/**',
61
-
'github.com/Azure**/**',
62
-
'github.com/AzureAD**/**',
63
-
'github.com/cloudflare**/**',
64
-
'github.com/digitalocean**/**',
60
+
'github.com/akamai/**',
61
+
'github.com/aws/**',
62
+
'github.com/Azure/**',
63
+
'github.com/AzureAD/**',
64
+
'github.com/cloudflare/**',
65
+
'github.com/digitalocean/**',
65
66
'google.golang.org/api',
66
67
],
67
68
},
@@ -71,8 +72,8 @@
71
72
'gomod',
72
73
],
73
74
matchPackageNames: [
74
-
'sigs.k8s.io**/**',
75
-
'k8s.io**/**',
75
+
'sigs.k8s.io/**',
76
+
'k8s.io/**',
76
77
],
77
78
},
78
79
{
@@ -81,7 +82,7 @@
81
82
'gomod',
82
83
],
83
84
matchPackageNames: [
84
-
'k8s.io**/**',
85
+
'k8s.io/**',
85
86
],
86
87
matchUpdateTypes: [
87
88
'patch',
@@ -96,7 +97,7 @@
96
97
'gomod',
97
98
],
98
99
matchPackageNames: [
99
-
'golang.org/x**/*',
100
+
'golang.org/x/**',
100
101
],
101
102
addLabels: [
102
103
'skip-review',// Adding label to allow PRs to automerge
Copy file name to clipboardExpand all lines: make/_shared/repository-base/base-dependabot/.github/renovate.json5
+14-13Lines changed: 14 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@
29
29
],
30
30
executionMode: 'branch',
31
31
},
32
+
// packageRules uses globs for matchPackageNames. Some packages have a separate major version i.e. /v on them which is when we would need package**/**.
32
33
packageRules: [
33
34
{
34
35
groupName: 'Misc Go deps',
@@ -45,9 +46,9 @@
45
46
'gomod',
46
47
],
47
48
matchPackageNames: [
48
-
'github.com/onsi/ginkgo**/**',
49
-
'github.com/onsi/gomega**/**',
50
-
'github.com/stretchr/testify**/**',
49
+
'github.com/onsi/ginkgo/**',
50
+
'github.com/onsi/gomega',
51
+
'github.com/stretchr/testify',
51
52
],
52
53
},
53
54
{
@@ -56,12 +57,12 @@
56
57
'gomod',
57
58
],
58
59
matchPackageNames: [
59
-
'github.com/akamai**/**',
60
-
'github.com/aws**/**',
61
-
'github.com/Azure**/**',
62
-
'github.com/AzureAD**/**',
63
-
'github.com/cloudflare**/**',
64
-
'github.com/digitalocean**/**',
60
+
'github.com/akamai/**',
61
+
'github.com/aws/**',
62
+
'github.com/Azure/**',
63
+
'github.com/AzureAD/**',
64
+
'github.com/cloudflare/**',
65
+
'github.com/digitalocean/**',
65
66
'google.golang.org/api',
66
67
],
67
68
},
@@ -71,8 +72,8 @@
71
72
'gomod',
72
73
],
73
74
matchPackageNames: [
74
-
'sigs.k8s.io**/**',
75
-
'k8s.io**/**',
75
+
'sigs.k8s.io/**',
76
+
'k8s.io/**',
76
77
],
77
78
},
78
79
{
@@ -81,7 +82,7 @@
81
82
'gomod',
82
83
],
83
84
matchPackageNames: [
84
-
'k8s.io**/**',
85
+
'k8s.io/**',
85
86
],
86
87
matchUpdateTypes: [
87
88
'patch',
@@ -96,7 +97,7 @@
96
97
'gomod',
97
98
],
98
99
matchPackageNames: [
99
-
'golang.org/x**/*',
100
+
'golang.org/x/**',
100
101
],
101
102
addLabels: [
102
103
'skip-review',// Adding label to allow PRs to automerge
0 commit comments