|
35 | 35 | "groupName": "frontend-e2e-against-stack dependencies" |
36 | 36 | } |
37 | 37 | ], |
38 | | - "regexManagers": [ |
| 38 | + "customManagers": [ |
39 | 39 | { |
40 | | - "fileMatch": ["\\.github/workflows/.*\\.ya?ml$"], |
| 40 | + "customType": "regex", |
| 41 | + "managerFilePatterns": ["\\.github/workflows/.*\\.ya?ml$"], |
41 | 42 | "matchStrings": ["DEFAULT_NODE_VERSION:\\s*\"(?<currentValue>\\d+)\""], |
42 | 43 | "depNameTemplate": "node", |
43 | 44 | "datasourceTemplate": "node-version", |
44 | | - "replacementStringTemplate": "{{newMajor}}" |
| 45 | + "extractVersionTemplate": "^(?<version>\\d+)" |
45 | 46 | }, |
46 | 47 | { |
47 | | - "fileMatch": ["\\.github/workflows/.*\\.ya?ml$"], |
| 48 | + "customType": "regex", |
| 49 | + "managerFilePatterns": ["\\.github/workflows/.*\\.ya?ml$"], |
48 | 50 | "matchStrings": ["DEFAULT_GO_VERSION:\\s*\"(?<currentValue>\\d+\\.\\d+)\""], |
49 | 51 | "depNameTemplate": "go", |
50 | 52 | "datasourceTemplate": "golang-version", |
51 | | - "replacementStringTemplate": "{{newMajor}}.{{newMinor}}" |
| 53 | + "extractVersionTemplate": "^(?<version>\\d+\\.\\d+)" |
52 | 54 | }, |
53 | 55 | { |
54 | | - "fileMatch": ["\\.github/workflows/.*\\.ya?ml$"], |
| 56 | + "customType": "regex", |
| 57 | + "managerFilePatterns": ["\\.github/workflows/.*\\.ya?ml$"], |
55 | 58 | "matchStrings": ["(?:DEFAULT_)?GOLANGCI_LINT_VERSION:\\s*\"(?<currentValue>[^\"]+)\""], |
56 | 59 | "depNameTemplate": "golangci-lint", |
57 | 60 | "packageNameTemplate": "golangci/golangci-lint", |
58 | 61 | "datasourceTemplate": "github-releases", |
59 | 62 | "extractVersionTemplate": "^v?(?<version>.*)$" |
60 | 63 | }, |
61 | 64 | { |
62 | | - "fileMatch": ["\\.github/workflows/.*\\.ya?ml$"], |
| 65 | + "customType": "regex", |
| 66 | + "managerFilePatterns": ["\\.github/workflows/.*\\.ya?ml$"], |
63 | 67 | "matchStrings": ["DEFAULT_TRUFFLEHOG_VERSION:\\s*\"(?<currentValue>[^\"]+)\""], |
64 | 68 | "depNameTemplate": "trufflehog", |
65 | 69 | "packageNameTemplate": "trufflesecurity/trufflehog", |
66 | 70 | "datasourceTemplate": "github-releases", |
67 | 71 | "extractVersionTemplate": "^v?(?<version>.*)$" |
68 | 72 | }, |
69 | 73 | { |
70 | | - "fileMatch": ["\\.github/workflows/.*\\.ya?ml$"], |
| 74 | + "customType": "regex", |
| 75 | + "managerFilePatterns": ["\\.github/workflows/.*\\.ya?ml$"], |
71 | 76 | "matchStrings": ["DEFAULT_MAGE_VERSION:\\s*\"(?<currentValue>[^\"]+)\""], |
72 | 77 | "depNameTemplate": "mage", |
73 | 78 | "packageNameTemplate": "magefile/mage", |
74 | 79 | "datasourceTemplate": "github-releases", |
75 | 80 | "extractVersionTemplate": "^v?(?<version>.*)$" |
76 | 81 | }, |
77 | 82 | { |
78 | | - "fileMatch": ["\\.github/workflows/.*\\.ya?ml$"], |
| 83 | + "customType": "regex", |
| 84 | + "managerFilePatterns": ["\\.github/workflows/.*\\.ya?ml$"], |
79 | 85 | "matchStrings": ["ACTIONLINT_VERSION:\\s*\"(?<currentValue>[^\"]+)\""], |
80 | 86 | "depNameTemplate": "actionlint", |
81 | 87 | "packageNameTemplate": "rhysd/actionlint", |
|
0 commit comments