From ff37eff27d5873a35414cc3d51abef07aec9d036 Mon Sep 17 00:00:00 2001 From: Ray <154766448+damontecres@users.noreply.github.com> Date: Thu, 9 Apr 2026 14:42:30 -0400 Subject: [PATCH] Update rennovate settings (#1217) ## Description Ignore dependencies from `wholphin-extensions` & the Jellyfin SDK. These dependencies should be updated manually. ### Related issues N/A ### Testing N/A ## Screenshots N/A ## AI or LLM usage None --- renovate.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 03e6a404..bba12817 100644 --- a/renovate.json +++ b/renovate.json @@ -23,7 +23,8 @@ "groupName": "Jellyfin SDK", "matchPackageNames": [ "org.jellyfin.sdk:**" - ] + ], + "enabled": false }, { "groupName": "AGP", @@ -36,6 +37,13 @@ "matchPackageNames": [ "org.jetbrains.kotlin**" ] + }, + { + "groupName": "Internal dependencies", + "matchPackageNames": [ + "com.github.damontecres.wholphin**" + ], + "enabled": false } ] }