We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab4b16 commit 453d094Copy full SHA for 453d094
renovate.json
@@ -34,9 +34,9 @@
34
"customManagers": [
35
{
36
"customType": "regex",
37
- "fileMatch": [
38
- "^.+\\/VERSION$",
39
- "_test/kind/setup.sh"
+ "managerFilePatterns": [
+ "/^.+\\/VERSION$/",
+ "/_test/kind/setup.sh/"
40
],
41
"matchStrings": [
42
"# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (?:lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?(?: extractVersion=(?<extractVersion>[^\\s]+?))?\\s+[A-Za-z0-9_]+?_VERSION=(?<currentValue>.+?)?\\s"
0 commit comments