We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342e4c0 commit 48c68aeCopy full SHA for 48c68ae
renovate.json
@@ -7,8 +7,8 @@
7
"customManagers": [
8
{
9
"customType": "regex",
10
- "fileMatch": [
11
- "^.github/(?:workflows|actions)/.+\\.ya?ml$"
+ "managerFilePatterns": [
+ "/^.github/(?:workflows|actions)/.+\\.ya?ml$/"
12
],
13
"matchStrings": [
14
"# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (?:lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?(?: extractVersion=(?<extractVersion>[^\\s]+?))?\\s+[A-Za-z0-9]+?\\s*:\\s*[\"']?(?<currentValue>.+?)[\"']?\\s"
0 commit comments