We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5adb330 + 4e9938c commit 79ab51dCopy full SHA for 79ab51d
renovate.json
@@ -132,9 +132,9 @@
132
{
133
"description": "Group all containerd bumps",
134
"enabled": true,
135
- "matchDepNames": [
+ "matchPackageNames": [
136
"containerd/containerd",
137
- "github.com/containerd/containerd"
+ "/^github.com\\/containerd\\/containerd(\\/v[0-9]+)?$/"
138
],
139
"groupName": "containerd",
140
"groupSlug": "containerd"
@@ -285,6 +285,17 @@
285
"digest"
286
]
287
},
288
+ {
289
+ "description": "Bump runc for release-1.34",
290
+ "enabled": true,
291
+ "matchBaseBranches": [
292
+ "release-1.34"
293
+ ],
294
+ "matchDepNames": [
295
+ "opencontainers/runc"
296
297
+ "allowedVersions": "<=1.3"
298
+ },
299
300
"description": "Bump etcd for release-1.33",
301
0 commit comments