Skip to content

Commit f5f305d

Browse files
chore(config): migrate renovate config (#1426)
chore(config): migrate config .github/renovate.json5 Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent cd5c449 commit f5f305d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/renovate.json5

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
customManagers: [
55
{
66
customType: "regex",
7-
fileMatch: [
8-
"(?:^|/)\\.github/(?:workflows|actions)/.+\\.ya?ml$",
9-
"(?:^|/)action\\.ya?ml$",
7+
managerFilePatterns: [
8+
"/(?:^|/)\\.github/(?:workflows|actions)/.+\\.ya?ml$/",
9+
"/(?:^|/)action\\.ya?ml$/",
1010
],
1111
matchStrings: [
1212
"# 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]+))?[\"']?",
@@ -50,7 +50,6 @@
5050
enabled: false,
5151
},
5252
{
53-
// Run the custom matcher on early Monday mornings (UTC)
5453
schedule: "* 0-4 * * 1",
5554
matchPackageNames: ["ghcr.io/renovatebot/renovate"],
5655
},

0 commit comments

Comments
 (0)