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 335825d commit 1fd705eCopy full SHA for 1fd705e
.github/renovate.json
@@ -21,7 +21,7 @@
21
{
22
"customType": "regex",
23
"description": "Update _VERSION variables in scripts",
24
- "managerFilePatterns": ["*.ps1", "*.sh"],
+ "managerFilePatterns": ["/.*\\.ps1$/", "/.*\\.sh$/"],
25
"matchStrings": ["# renovate: datasource=(?<datasource>[a-z-]+?)(?: depName=(?<depName>.+?))?(?: packageName=(?<packageName>.+?))?(?: versioning=(?<versioning>[a-z-]+?))?\\s.+?_version=(?<currentValue>.+?)\\s"]
26
}
27
],
0 commit comments