Skip to content

Commit 79ab51d

Browse files
authored
Merge pull request #7316 from twz123/renovate-containerd-runc
Renovate improvements
2 parents 5adb330 + 4e9938c commit 79ab51d

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

renovate.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@
132132
{
133133
"description": "Group all containerd bumps",
134134
"enabled": true,
135-
"matchDepNames": [
135+
"matchPackageNames": [
136136
"containerd/containerd",
137-
"github.com/containerd/containerd"
137+
"/^github.com\\/containerd\\/containerd(\\/v[0-9]+)?$/"
138138
],
139139
"groupName": "containerd",
140140
"groupSlug": "containerd"
@@ -285,6 +285,17 @@
285285
"digest"
286286
]
287287
},
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+
},
288299
{
289300
"description": "Bump etcd for release-1.33",
290301
"enabled": true,

0 commit comments

Comments
 (0)