Skip to content

Commit 5454140

Browse files
authored
chore: Fix renovate match string for php/php-src (#999)
1 parent a208369 commit 5454140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"depNameTemplate": "php",
2323
"packageNameTemplate": "php/php-src",
2424
"datasourceTemplate": "github-tags",
25-
"versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(?<prerelease>\\w+)?$"
25+
"versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.?(?<patch>\\d+)?(?<prerelease>\\w+)?$"
2626
},
2727
{
2828
"customType": "regex",

0 commit comments

Comments
 (0)