|
8 | 8 | "customType": "regex",
|
9 | 9 | "fileMatch": ["^\\.github/workflows/build_publish_builder_image\\.yaml$"],
|
10 | 10 | "matchStrings": [
|
11 |
| - "go-version:\\s*\\[\\s*(?<currentValue1>1\\.23\\.\\d+),\\s*(?<currentValue2>1\\.24\\.\\d+)\\s*\\]" |
| 11 | + "go-version:\\s*\\[\\s*(?<currentValue1>1\\.24\\.\\d+),\\s*(?<currentValue2>1\\.25\\.\\d+)\\s*\\]" |
12 | 12 | ],
|
13 | 13 | "datasourceTemplate": "golang-version",
|
14 |
| - "depNameTemplate": "golang-1.23", |
| 14 | + "depNameTemplate": "golang-1.24", |
15 | 15 | "currentValueTemplate": "{{{currentValue1}}}",
|
16 |
| - "extractVersionTemplate": "(?<version>1\\.23\\.\\d+)" |
| 16 | + "extractVersionTemplate": "(?<version>1\\.24\\.\\d+)" |
17 | 17 | },
|
18 | 18 | {
|
19 | 19 | "customType": "regex",
|
20 | 20 | "fileMatch": ["^\\.github/workflows/build_publish_builder_image\\.yaml$"],
|
21 | 21 | "matchStrings": [
|
22 |
| - "go-version:\\s*\\[\\s*(?<currentValue1>1\\.23\\.\\d+),\\s*(?<currentValue2>1\\.24\\.\\d+)\\s*\\]" |
| 22 | + "go-version:\\s*\\[\\s*(?<currentValue1>1\\.24\\.\\d+),\\s*(?<currentValue2>1\\.25\\.\\d+)\\s*\\]" |
23 | 23 | ],
|
24 | 24 | "datasourceTemplate": "golang-version",
|
25 |
| - "depNameTemplate": "golang-1.24", |
| 25 | + "depNameTemplate": "golang-1.25", |
26 | 26 | "currentValueTemplate": "{{{currentValue2}}}",
|
27 |
| - "extractVersionTemplate": "(?<version>1\\.24\\.\\d+)" |
| 27 | + "extractVersionTemplate": "(?<version>1\\.25\\.\\d+)" |
28 | 28 | }
|
29 | 29 | ],
|
30 | 30 | "packageRules": [
|
31 | 31 | {
|
32 |
| - "description": "Automerge patch updates for Go versions 1.23.x and 1.24.x", |
| 32 | + "description": "Automerge patch updates for Go versions 1.24.x and 1.25.x", |
33 | 33 | "matchDatasources": ["golang-version"],
|
34 |
| - "matchPackageNames": ["golang-1.23", "golang-1.24"], |
| 34 | + "matchPackageNames": ["golang-1.24", "golang-1.25"], |
35 | 35 | "matchUpdateTypes": ["patch"],
|
36 | 36 | "automerge": true,
|
37 | 37 | "automergeType":"pr",
|
|
0 commit comments