From e18b59ee831fd3bffe5bbd36b501ad91584e90b8 Mon Sep 17 00:00:00 2001 From: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Date: Thu, 23 Feb 2023 10:02:29 -0500 Subject: [PATCH] renovate(scrypted) add scrypted group (#7509) --- .github/renovate.json5 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 0bf67915040..782ef4503c1 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -260,6 +260,11 @@ "matchPackagePrefixes": ["tccr.io/truecharts/rickroll"], "groupName": "rickroll", }, + { + "matchDatasources": ["docker"], + "matchPackagePrefixes": ["tccr.io/truecharts/scrypted"], + "groupName": "scrypted", + }, { "matchDatasources": ["docker"], "matchPackagePrefixes": ["tccr.io/truecharts/docspell"],