From ebabca237a96ae283780544a10e4fbe5c97dfc0e Mon Sep 17 00:00:00 2001 From: Meng Sen Date: Fri, 18 Jul 2025 13:27:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E5=BA=94=E7=94=A8=20SeaweedF?= =?UTF-8?q?S?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Meng Sen --- .github/renovate.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 6ea483fff..6c689c4f1 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -268,6 +268,19 @@ "apps/maxkb/2.*.*/*.yml" ], "allowedVersions": ">=2.0" + }, + { + "matchDatasources": [ + "docker" + ], + "matchPackageNames": [ + "prom/prometheus" + ], + "matchCurrentVersion": "v2.21.0", + "matchPaths": [ + "apps/seaweedfs/3.94/docker-compose.yml" + ], + "enabled": false } ], "prCreation": "immediate"