Skip to content

Commit 2149cd0

Browse files
committed
chore: update renovate.json to be more precise
1 parent 95bb2d6 commit 2149cd0

File tree

1 file changed

+35
-3
lines changed

1 file changed

+35
-3
lines changed

renovate.json

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"enabled": false
3232
},
3333
{
34-
"groupName": "kubernetes",
35-
"description": "Kubernetes Golang packages",
34+
"groupName": "kubernetes-major-minor",
35+
"description": "Kubernetes Golang packages, major and minor versions",
3636
"matchManagers": [
3737
"gomod"
3838
],
@@ -42,7 +42,30 @@
4242
],
4343
"extends": [
4444
"schedule:quarterly"
45-
]
45+
],
46+
"matchUpdateTypes": [
47+
"minor",
48+
"major"
49+
],
50+
// Disabling this one because we aren't allowed to set `postUpgradeTasks`
51+
// at this point of time. The automated PR might be invalid without it.
52+
// For now, this update will be done manually, once per quarter (matching Kubernetes release).
53+
"enabled": false
54+
},
55+
{
56+
"groupName": "kubernetes-patch",
57+
"description": "Kubernetes Golang packages, patch versions",
58+
"matchManagers": [
59+
"gomod"
60+
],
61+
"matchPackageNames": [
62+
"sigs.k8s.io/controller-runtime",
63+
"k8s.io/*"
64+
],
65+
"matchUpdateTypes": [
66+
"patch"
67+
],
68+
"enabled": true
4669
},
4770
{
4871
"groupName": "k6-golang",
@@ -63,6 +86,15 @@
6386
"matchPackageNames": [
6487
"github.com/sirupsen/logrus"
6588
]
89+
},
90+
{
91+
"description": "Github actions",
92+
"matchManagers": [
93+
"github-actions"
94+
],
95+
"extends": [
96+
"schedule:monthly"
97+
]
6698
}
6799
]
68100
}

0 commit comments

Comments
 (0)