Skip to content

Commit 14058fd

Browse files
committed
ci(renovate): perform configuration migration
1 parent 28c61e4 commit 14058fd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/renovate.json5

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@
2525
{
2626
description: "Update semantic-release in GitHub Action workflows",
2727
customType: "regex",
28-
fileMatch: ["(^workflow-templates|\\.github/(actions|workflows))\\/.+\\.ya?ml$"],
28+
managerFilePatterns: [
29+
"/(^workflow-templates|\\.github/(actions|workflows))\\/.+\\.ya?ml$/"
30+
],
2931
matchStrings: [
30-
"\
31-
semantic_version\\s*:\\s*(\"|')?(?<currentValue>.+)(\"|')?\
32-
(\\s+|\\s+.*)"
32+
"semantic_version\\s*:\\s*(\"|')?(?<currentValue>.+)(\"|')?(\\s+|\\s+.*)"
3333
],
3434
datasourceTemplate: "npm",
3535
depNameTemplate: "semantic-release"
3636
},
3737
{
3838
description: "Any other workflows related file with dependencies",
3939
customType: "regex",
40-
fileMatch: [
41-
"(^workflow-templates|\\.github/workflows)/[^/]+\\.ya?ml$",
40+
managerFilePatterns: [
41+
"/(^workflow-templates|\\.github/workflows)/[^/]+\\.ya?ml$/"
4242
],
4343
matchStrings: [
4444
"\

0 commit comments

Comments
 (0)