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 15c6501 commit ce8862eCopy full SHA for ce8862e
renovate.json
@@ -12,7 +12,7 @@
12
"customManagers": [
13
{
14
"customType": "regex",
15
- "fileMatch": ["automation/roles/common/defaults/.*\\.ya?ml$"],
+ "managerFilePatterns": ["/automation/roles/common/defaults/.*\\.ya?ml$/"],
16
"matchStrings": [
17
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)?( registryUrls=(?<registryUrls>.*?))?( versioning=(?<versioning>.*?))?( extractVersion=(?<extractVersion>.*?))?\\s.*?_version: (?<currentValue>.*)\\s"
18
],
0 commit comments