We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2108f4 + eb60706 commit 0ea2fa2Copy full SHA for 0ea2fa2
.github/renovate.json
@@ -57,7 +57,7 @@
57
],
58
"datasourceTemplate": "docker",
59
"extractVersionTemplate": "^(?<version>.*)\\.Final$",
60
- "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)\\.Final$"
+ "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)?(\\.(?<build>.*))?$"
61
},
62
{
63
"customType": "regex",
0 commit comments