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 fc6f5d1 commit 4ad165fCopy full SHA for 4ad165f
renovate.json
@@ -5,9 +5,7 @@
5
{
6
"customType": "regex",
7
"managerFilePatterns": ["/^package.json$/"],
8
- "matchStrings": [
9
- "download-phpactor.*download\\/(?<currentValue>[^\\/]+)\\/phpactor\\.phar"
10
- ],
+ "matchStrings": ["download-phpactor.*download\\/(?<currentValue>[^\\/]+)\\/phpactor\\.phar"],
11
"versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)[-\\.]?(?<build>\\w+)?$",
12
"depNameTemplate": "phpactor/phpactor",
13
"datasourceTemplate": "github-tags"
0 commit comments