Skip to content

Commit ce29078

Browse files
renovate[bot]zobo
andauthored
chore(config): migrate renovate config (#1062)
* chore(config): migrate config renovate.json * Prettier --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Damjan Cvetko <damjan.cvetko@gmail.com>
1 parent db68177 commit ce29078

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

renovate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"customManagers": [
99
{
1010
"customType": "regex",
11-
"fileMatch": ["^.github/workflows/.+\\.ya?ml$"],
11+
"managerFilePatterns": ["/^.github/workflows/.+\\.ya?ml$/"],
1212
"matchStrings": ["xdebug: xdebug-(?<currentValue>\\S+).*# renovate:keep-up-to-date"],
1313
"depNameTemplate": "xdebug",
1414
"packageNameTemplate": "xdebug/xdebug",
@@ -17,7 +17,7 @@
1717
},
1818
{
1919
"customType": "regex",
20-
"fileMatch": ["^.github/workflows/.+\\.ya?ml$"],
20+
"managerFilePatterns": ["/^.github/workflows/.+\\.ya?ml$/"],
2121
"matchStrings": ["php: '(?<currentValue>[^']+)'.*# renovate:keep-up-to-date"],
2222
"depNameTemplate": "php",
2323
"packageNameTemplate": "php/php-src",
@@ -26,7 +26,7 @@
2626
},
2727
{
2828
"customType": "regex",
29-
"fileMatch": ["^.github/workflows/.+\\.ya?ml$"],
29+
"managerFilePatterns": ["/^.github/workflows/.+\\.ya?ml$/"],
3030
"matchStrings": ["node-version: '(?<currentValue>[^']+)'.*# renovate:keep-up-to-date"],
3131
"depNameTemplate": "node",
3232
"packageNameTemplate": "nodejs/node",

0 commit comments

Comments
 (0)