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