We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d74b13 commit e32d9e0Copy full SHA for e32d9e0
.github/renovate.json5
@@ -306,6 +306,18 @@
306
"v1.4",
307
]
308
},
309
+ {
310
+ // update go patch for 1.22 for stable branches
311
+ "enabled": true,
312
+ "matchPackageNames": [
313
+ "go",
314
+ "docker.io/library/golang"
315
+ ],
316
+ "allowedVersions": "/^1\\.22\\.[0-9]+-?(alpine)?$/",
317
+ "matchBaseBranches": [
318
+ "v1.2",
319
+ ]
320
+ },
321
{
322
// update go patch for 1.23 for stable branches
323
"enabled": true,
@@ -315,12 +327,11 @@
327
],
328
"allowedVersions": "/^1\\.23\\.[0-9]+-?(alpine)?$/",
329
"matchBaseBranches": [
- "v1.2",
330
"v1.3",
331
332
333
- // update go patch for 1.23 for stable branches
334
+ // update go patch for 1.24 for stable branches
324
335
325
336
"matchPackageNames": [
326
337
"go",
0 commit comments