From 28e6bf280888ad79d7e2b5a89764ab067a57bc7c Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sun, 21 Jan 2024 02:16:51 +0200 Subject: [PATCH] Update renovate.json5 Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- .github/renovate.json5 | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 7fc7fecfadb..76a25d9eba9 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -211,12 +211,6 @@ "versioning": "regex:^(?14)\\.(?\\d+)\\.(?\\d+)$", "matchPackageNames": ["tccr.io/tccr/postgresql"], }, - { - "matchDatasources": ["docker"], - "versioning": "regex:^18-jammy-(full|lite)-v(?\\d+)\\.(?\\d+)\\.(?\\d+)$", - "matchPackageNames": ["koush/scrypted"], - "groupName": "scrypted" - }, { "matchDatasources": ["docker"], "versioning": "regex:^v(?\\d{2})(?\\d{2})(?\\d{2})$", @@ -384,7 +378,7 @@ }, { "matchDatasources": ["docker"], - "versioning": "regex:^\\d*-jammy-(?.+)-v(?\\d+)\\.(?\\d+)\\.(?\\d+)$", + "versioning": "regex:^\\d+-jammy-(?(full|lite))-v(?\\d+)\\.(?\\d+)\\.(?\\d+)$", "matchPackagePatterns": ["^.+\\/koush\\/scrypted$"], "automerge": true, },