From 76e41e720ea6e47bd1fab5d047f3e99f8b64a034 Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Thu, 28 Mar 2024 22:14:24 -0500 Subject: [PATCH] chore(renovate): Add versioning rule for KeyDB --- .github/renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 71aa5bc0b..585916ab2 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -43,6 +43,11 @@ "matchDatasources": ["docker"], "matchPackageNames": ["ghcr.io/juanfont/headscale"], "allowedVersions": "!/^0.23.0$/" + }, + { + "matchDatasources": ["docker"], + "matchPackageNames": ["eqalpha/keydb"], + "versioning": "regex:^(?.+?)_v(?\\d+)\\.(?\\d+)\\.(?\\d+)$" } ] }