We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e42ce6 commit be0e9a5Copy full SHA for be0e9a5
renovate.json
@@ -4,7 +4,7 @@
4
"customManagers": [
5
{
6
"customType": "regex",
7
- "fileMatch": ["^package.json$"],
+ "managerFilePatterns": ["/^package.json$/"],
8
"matchStrings": ["download-phpactor.*download\\/(?<currentValue>[^\\/]+)\\/phpactor\\.phar"],
9
"versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)[-\\.]?(?<build>\\w+)?$",
10
"depNameTemplate": "phpactor/phpactor",
0 commit comments