diff --git a/renovate.json b/renovate.json index 0140b5099..707558d46 100644 --- a/renovate.json +++ b/renovate.json @@ -115,6 +115,14 @@ "matchCurrentVersion": "/^\\d{6}$/", "allowedVersions": "/^\\d{6}$/" }, + { + "matchPackageNames": ["prom/prometheus"], + "matchCurrentVersion": "v2.21.0", + "matchFileNames": [ + "apps/seaweedfs/**/docker-compose.yml" + ], + "enabled": false + }, { "matchPackageNames": ["snowdreamtech/frpc", "snowdreamtech/frps"], "groupName": "Frp Cilent & Server"