Skip to content

Commit 5c4cd6b

Browse files
authored
chore: adjust Renovate fileMatch (#71)
Signed-off-by: Niccolò Fei <[email protected]>
1 parent 733aabf commit 5c4cd6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"customManagers": [
77
{
88
"customType": "regex",
9-
"fileMatch": ["^.github/workflows/run-e2e.yml"],
9+
"fileMatch": ["^\\.github\\/workflows\\/[^/]+\\.ya?ml$"],
1010
"matchStrings": ["KIND_VERSION: \"(?<currentValue>.*?)\""],
1111
"datasourceTemplate": "github-tags",
1212
"depNameTemplate": "kubernetes-sigs/kind"
1313
},
1414
{
1515
"customType": "regex",
16-
"fileMatch": ["^.github/workflows/run-e2e.yml"],
16+
"fileMatch": ["^\\.github\\/workflows\\/[^/]+\\.ya?ml$"],
1717
"matchStrings": ["K8S_VERSION: \"(?<currentValue>.*?)\""],
1818
"datasourceTemplate": "docker",
1919
"versioningTemplate": "loose",

0 commit comments

Comments
 (0)