Skip to content

Commit fc6f5d1

Browse files
chore(config): migrate config renovate.json
1 parent 4e42ce6 commit fc6f5d1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

renovate.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
"customManagers": [
55
{
66
"customType": "regex",
7-
"fileMatch": ["^package.json$"],
8-
"matchStrings": ["download-phpactor.*download\\/(?<currentValue>[^\\/]+)\\/phpactor\\.phar"],
7+
"managerFilePatterns": ["/^package.json$/"],
8+
"matchStrings": [
9+
"download-phpactor.*download\\/(?<currentValue>[^\\/]+)\\/phpactor\\.phar"
10+
],
911
"versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)[-\\.]?(?<build>\\w+)?$",
1012
"depNameTemplate": "phpactor/phpactor",
1113
"datasourceTemplate": "github-tags"

0 commit comments

Comments
 (0)