From 80e9974eb72fd7be84eabd05ae8d46d46c7130b0 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] Update renovate.json --- renovate.json | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 2819208da..d32e64173 100644 --- a/renovate.json +++ b/renovate.json @@ -23,9 +23,33 @@ "enabled": false }, { - "matchPackageNames": ["heimdall**"], - "allowedVersions": "^!/\\d{4}\\.\\d{1,2}\\.\\d{1,2}$/", - "enabled": false + "matchPackageNames": ["elasticsearch"], + "matchCurrentVersion": "/^v8.*/", + "allowedVersions": "/^v8.*/" + }, + { + "matchPackageNames": ["linuxserver/heimdall"], + "allowedVersions": "<2021" + }, + { + "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"],