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] 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",