Skip to content

Commit be0e9a5

Browse files
renovate[bot]zobo
andauthored
chore(config): migrate renovate config (#206)
* chore(config): migrate config renovate.json * Fix matchStrings formatting in renovate.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Damjan Cvetko <damjan.cvetko@gmail.com>
1 parent 4e42ce6 commit be0e9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"customManagers": [
55
{
66
"customType": "regex",
7-
"fileMatch": ["^package.json$"],
7+
"managerFilePatterns": ["/^package.json$/"],
88
"matchStrings": ["download-phpactor.*download\\/(?<currentValue>[^\\/]+)\\/phpactor\\.phar"],
99
"versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)[-\\.]?(?<build>\\w+)?$",
1010
"depNameTemplate": "phpactor/phpactor",

0 commit comments

Comments
 (0)