From b3fd85f2b51e2581928aa8191529973b056670be Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Tue, 22 Nov 2022 09:26:53 +0200 Subject: [PATCH] Update renovate.json5 Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- .github/renovate.json5 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index b2146906897..886344d2fec 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -152,6 +152,11 @@ // // Tag semantic version type based on regex // + { + "matchDatasources": ["docker"], + "versioning": "regex:^v(?14)(?\\d+)(?\\d+)$", + "matchPackageNames": ["tccr.io/truecharts/photoprism"], + }, { "matchDatasources": ["docker"], "versioning": "regex:^v(?\\d{2})(?\\d{2})(?\\d{2})$",