From 11d2e106e909d705e8ab4da10175329d7e793f5c Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Wed, 24 Dec 2025 02:00:42 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(renovate):=20add=20version?= =?UTF-8?q?=20constraint=20for=20calibre-web?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - add new package rule for linuxserver/calibre-web - restrict updates to versions below 5 for current versions <=5 --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index 389dc399b..d70aada93 100644 --- a/renovate.json +++ b/renovate.json @@ -134,6 +134,11 @@ "matchPackageNames": ["lobehub/lobe-chat-database", "lobehub/lobe-chat"], "groupName": "Lobe Chat" }, + { + "matchPackageNames": ["linuxserver/calibre-web"], + "matchCurrentVersion": "<=5", + "allowedVersions": "<5" + }, { "matchPackageNames": ["linuxserver/qbittorrent"], "matchCurrentVersion": "<=20",