Skip to content

Commit 4ad165f

Browse files
authored
Fix matchStrings formatting in renovate.json
1 parent fc6f5d1 commit 4ad165f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

renovate.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
{
66
"customType": "regex",
77
"managerFilePatterns": ["/^package.json$/"],
8-
"matchStrings": [
9-
"download-phpactor.*download\\/(?<currentValue>[^\\/]+)\\/phpactor\\.phar"
10-
],
8+
"matchStrings": ["download-phpactor.*download\\/(?<currentValue>[^\\/]+)\\/phpactor\\.phar"],
119
"versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)[-\\.]?(?<build>\\w+)?$",
1210
"depNameTemplate": "phpactor/phpactor",
1311
"datasourceTemplate": "github-tags"

0 commit comments

Comments
 (0)