From c4db11306e089d1e90c8eb35fa38773e76902c83 Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Sun, 15 Jun 2025 15:51:20 +0800 Subject: [PATCH 1/3] Update renovate.json --- renovate.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/renovate.json b/renovate.json index 2819208da..ff3e1b719 100644 --- a/renovate.json +++ b/renovate.json @@ -22,11 +22,36 @@ ], "enabled": false }, + { + "matchPackageNames": ["elasticsearch"], + "matchCurrentVersion": "/^v8.*/", + "allowedVersions": "/^v8.*/" + }, { "matchPackageNames": ["heimdall**"], "allowedVersions": "^!/\\d{4}\\.\\d{1,2}\\.\\d{1,2}$/", "enabled": false }, + { + "matchPackageNames": ["kibana"], + "matchCurrentVersion": "/^8.*/", + "allowedVersions": "/^8.*/" + }, + { + "matchPackageNames": ["linuxserver/qbittorrent"], + "matchCurrentVersion": "<=20", + "allowedVersions": "<20" + }, + { + "matchPackageNames": ["photoprism/photoprism"], + "matchCurrentVersion": "/^\\d{6}$/", + "allowedVersions": "/^\\d{6}$/" + }, + { + "matchPackageNames": ["wushuo894/ani-rss"], + "matchCurrentVersion": "/^v1.*/", + "allowedVersions": "<2" + }, { "matchPackageNames": ["xhofe/alist"], "matchCurrentVersion": "v3.40.0", From a9835f208d39998b01dd88bc2e845255785a4ee5 Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Sun, 15 Jun 2025 16:27:31 +0800 Subject: [PATCH 2/3] Update renovate.json --- renovate.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index ff3e1b719..d32e64173 100644 --- a/renovate.json +++ b/renovate.json @@ -28,9 +28,8 @@ "allowedVersions": "/^v8.*/" }, { - "matchPackageNames": ["heimdall**"], - "allowedVersions": "^!/\\d{4}\\.\\d{1,2}\\.\\d{1,2}$/", - "enabled": false + "matchPackageNames": ["linuxserver/heimdall"], + "allowedVersions": "<2021" }, { "matchPackageNames": ["kibana"], 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 3/3] 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.*/",