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 b6e437b commit 6eebe11Copy full SHA for 6eebe11
1 file changed
renovate.json
@@ -18,15 +18,15 @@
18
"depNameTemplate": "xdebug",
19
"lookupNameTemplate": "xdebug/xdebug",
20
"datasourceTemplate": "github-tags",
21
- "versioningTemplate": "loose"
+ "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(?<prerelease>\\w+)?$"
22
},
23
{
24
"fileMatch": ["^.github/workflows/.+\\.ya?ml$"],
25
"matchStrings": ["php: '(?<currentValue>[^']+)'.*# renovate:keep-up-to-date"],
26
"depNameTemplate": "php",
27
"lookupNameTemplate": "php/php-src",
28
29
30
31
32
0 commit comments