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 733aabf commit 5c4cd6bCopy full SHA for 5c4cd6b
renovate.json
@@ -6,14 +6,14 @@
6
"customManagers": [
7
{
8
"customType": "regex",
9
- "fileMatch": ["^.github/workflows/run-e2e.yml"],
+ "fileMatch": ["^\\.github\\/workflows\\/[^/]+\\.ya?ml$"],
10
"matchStrings": ["KIND_VERSION: \"(?<currentValue>.*?)\""],
11
"datasourceTemplate": "github-tags",
12
"depNameTemplate": "kubernetes-sigs/kind"
13
},
14
15
16
17
"matchStrings": ["K8S_VERSION: \"(?<currentValue>.*?)\""],
18
"datasourceTemplate": "docker",
19
"versioningTemplate": "loose",
0 commit comments