Skip to content

Commit 0ea2fa2

Browse files
authored
Merge pull request #125 from franvila/testClients
test renovate
2 parents b2108f4 + eb60706 commit 0ea2fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
],
5858
"datasourceTemplate": "docker",
5959
"extractVersionTemplate": "^(?<version>.*)\\.Final$",
60-
"versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)\\.Final$"
60+
"versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)?(\\.(?<build>.*))?$"
6161
},
6262
{
6363
"customType": "regex",

0 commit comments

Comments
 (0)