Skip to content

Commit 8d30ce7

Browse files
chore(config): migrate config renovate.json
1 parent 98799fe commit 8d30ce7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

renovate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"customManagers": [
77
{
88
"customType": "regex",
9-
"fileMatch": [
10-
"(?:^|/)\\.github/(?:workflows|actions)/.+\\.ya?ml$",
11-
"(?:^|/)action\\.ya?ml$",
12-
"(?:^|/)pre-commit/.+\\.sh$"
9+
"managerFilePatterns": [
10+
"/(?:^|/)\\.github/(?:workflows|actions)/.+\\.ya?ml$/",
11+
"/(?:^|/)action\\.ya?ml$/",
12+
"/(?:^|/)pre-commit/.+\\.sh$/"
1313
],
1414
"matchStrings": [
1515
"# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (?:lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?(?: extractVersion=(?<extractVersion>[^\\s]+?))?\\s+[A-Za-z0-9_-]+[_-](?:VERSION|version)\\s*[:=]\\s*[\"']?(?<currentValue>[^\"'@\\n]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?[\"']?"

0 commit comments

Comments
 (0)