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 2259cc3 commit 6070cecCopy full SHA for 6070cec
renovate.json
@@ -174,6 +174,18 @@
174
"source[\\s]+=[\\s]+\"github.com/(?<depName>\\S*)\"[\\s]+version[\\s]+=[\\s]+\"(?<currentValue>\\S*)\"",
175
"version[\\s]+=[\\s]+\"(?<currentValue>\\S*)[\\s]+source[\\s]+=[\\s]+\"github.com/(?<depName>\\S*)\""
176
]
177
+ },
178
+ {
179
+ "customType": "regex",
180
+ "datasourceTemplate": "docker",
181
+ "depNameTemplate": "kindest/node",
182
+ "description": "Kubernetes version in helm schema file",
183
+ "managerFilePatterns": [
184
+ "/values\\.schema\\.json$/"
185
+ ],
186
+ "matchStrings": [
187
+ "master\\/(?<currentValue>v\\d+\\.\\d+\\.\\d+)\\/_definitions\\.json"
188
+ ]
189
}
190
],
191
"timezone": "Europe/Dublin",
0 commit comments