Skip to content

Commit eb60706

Browse files
committed
test renovate
Signed-off-by: Francisco Vila <fvila@redhat.com>
1 parent 3af67af commit eb60706

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)