File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 60
60
"pruneStaleBranches" : true ,
61
61
"baseBranches" : [
62
62
"main" ,
63
- "v1.1" ,
64
63
"v1.2" ,
65
64
"v1.3" ,
65
+ "v1.4" ,
66
66
] ,
67
67
"vulnerabilityAlerts" : {
68
68
"enabled" : true
223
223
"docker.io/library/golang"
224
224
] ,
225
225
"matchBaseBranches" : [
226
- "v1.1" ,
227
226
"v1.2" ,
228
227
"v1.3" ,
228
+ "v1.4" ,
229
229
] ,
230
230
// postUpgradeTasks is only for when the Go module directives are bumped
231
231
"postUpgradeTasks" : {
291
291
"enabled" : false ,
292
292
"matchPackageNames" : [ "*" ] ,
293
293
"matchBaseBranches" : [
294
- "v1.1" ,
295
294
"v1.2" ,
296
295
"v1.3" ,
296
+ "v1.4" ,
297
297
]
298
298
} ,
299
299
{
300
300
// update the base image for stable branches
301
301
"enabled" : true ,
302
302
"matchPackageNames" : [ "docker.io/library/alpine" ] ,
303
303
"matchBaseBranches" : [
304
- "v1.1" ,
305
304
"v1.2" ,
306
305
"v1.3" ,
306
+ "v1.4" ,
307
307
]
308
308
} ,
309
309
{
310
- // update go patch for 1.22 for stable branches
310
+ // update go patch for 1.23 for stable branches
311
311
"enabled" : true ,
312
312
"matchPackageNames" : [
313
313
"go" ,
314
314
"docker.io/library/golang"
315
315
] ,
316
- "allowedVersions" : "/^1\\.22 \\.[0-9]+-?(alpine)?$/" ,
316
+ "allowedVersions" : "/^1\\.23 \\.[0-9]+-?(alpine)?$/" ,
317
317
"matchBaseBranches" : [
318
- "v1.1" ,
318
+ "v1.2" ,
319
+ "v1.3" ,
319
320
]
320
321
} ,
321
322
{
325
326
"go" ,
326
327
"docker.io/library/golang"
327
328
] ,
328
- "allowedVersions" : "/^1\\.23 \\.[0-9]+-?(alpine)?$/" ,
329
+ "allowedVersions" : "/^1\\.24 \\.[0-9]+-?(alpine)?$/" ,
329
330
"matchBaseBranches" : [
330
- "v1.2" ,
331
- "v1.3" ,
331
+ "v1.4" ,
332
332
]
333
333
} ,
334
334
// ignore deps section
You can’t perform that action at this time.
0 commit comments