From 5c37f50476ee0c04880337a54d11382478e557a5 Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Sun, 15 Jun 2025 16:36:35 +0800 Subject: [PATCH] Update renovate.json --- renovate.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/renovate.json b/renovate.json index d32e64173..d39f4c5d2 100644 --- a/renovate.json +++ b/renovate.json @@ -31,6 +31,16 @@ "matchPackageNames": ["linuxserver/heimdall"], "allowedVersions": "<2021" }, + { + "matchPackageNames": ["linuxserver/qbittorrent"], + "matchCurrentVersion": "<=20", + "allowedVersions": "<20" + }, + { + "matchPackageNames": ["linuxserver/transmission"], + "matchCurrentVersion": "<=20", + "allowedVersions": "<20" + }, { "matchPackageNames": ["kibana"], "matchCurrentVersion": "/^8.*/",