tailscale versioning (#4341)
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
@@ -152,6 +152,11 @@
|
|||||||
//
|
//
|
||||||
// Tag semantic version type based on regex
|
// Tag semantic version type based on regex
|
||||||
//
|
//
|
||||||
|
{
|
||||||
|
"matchDatasources": ["docker"],
|
||||||
|
"versioning": "regex:^v\d+\.(\d*)?[02468]+\.\d+$",
|
||||||
|
"matchPackageNames": ["tailscale/tailscale"],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchDatasources": ["docker"],
|
"matchDatasources": ["docker"],
|
||||||
"versioning": "regex:^(?<major>14)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
|
"versioning": "regex:^(?<major>14)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
|
||||||
|
|||||||
Reference in New Issue
Block a user