From 58e01de16b74ea3b1f94fcde6085d1b0667c7624 Mon Sep 17 00:00:00 2001 From: Malte Poll Date: Mon, 21 Nov 2022 11:19:01 +0100 Subject: [PATCH] Use semantic versioning to allow upgrades between constellation container pseudo-versions (#599) --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 00517219c..ba45cd82d 100644 --- a/renovate.json +++ b/renovate.json @@ -109,7 +109,7 @@ "matchPackagePrefixes": [ "ghcr.io/edgelesssys/constellation/" ], - "versioning": "regex:^v(?\\d+)\\.(?\\d+)\\.(?\\d+)(-(?.*))?$", + "versioning": "semver", "groupName": "Constellation containers" }, {