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 4b594ab commit 87c7c5eCopy full SHA for 87c7c5e
renovate.json
@@ -11,8 +11,8 @@
11
{
12
"description": "Task tools",
13
"customType": "regex",
14
- "fileMatch": [
15
- "tasks_tools\\.yaml"
+ "managerFilePatterns": [
+ "/tasks_tools\\.yaml/"
16
],
17
"matchStrings": [
18
"# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?(?: extractVersion=(?<extractVersion>[^\\s]+?))?(?: registryUrl=(?<registryUrl>[^\\s]+?))?\\s.+?default \"(?<currentValue>.+?)\"\\s"
0 commit comments