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: default.json5
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,20 @@
19
19
],
20
20
// packageRules uses globs for matchPackageNames. Some packages have a separate major version i.e. /v on them which is when we would need package**/**.
21
21
packageRules: [
22
+
{
23
+
matchManagers: [
24
+
'gomod',
25
+
],
26
+
matchPackageNames: [
27
+
'sigs.k8s.io/controller-runtime',
28
+
],
29
+
matchUpdateTypes: [
30
+
'patch',
31
+
],
32
+
addLabels: [
33
+
'skip-review',// Adding label to allow PRs to automerge
0 commit comments