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"