Skip to content

Commit 1388b05

Browse files
committed
update extractVersionTemplate regex to match version format correctly
1 parent baedfe6 commit 1388b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"fileMatch": [
7272
"builder/const.go"
7373
],
74-
"extractVersionTemplate": "^pcre2-(?<version>.*)$",
74+
"extractVersionTemplate": "^pcre2-(?<version>[0-9]*\\.[0-9]*)$",
7575
"datasourceTemplate": "github-tags",
7676
"depNameTemplate": "PCRE2Project/pcre2",
7777
"matchStrings": [

0 commit comments

Comments
 (0)