Skip to content

Commit 48c68ae

Browse files
Migrate config renovate.json
1 parent 342e4c0 commit 48c68ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"customManagers": [
88
{
99
"customType": "regex",
10-
"fileMatch": [
11-
"^.github/(?:workflows|actions)/.+\\.ya?ml$"
10+
"managerFilePatterns": [
11+
"/^.github/(?:workflows|actions)/.+\\.ya?ml$/"
1212
],
1313
"matchStrings": [
1414
"# 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

Comments
 (0)