diff --git a/renovate.json b/renovate.json index 922cb4812..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" @@ -193,6 +201,18 @@ ], "allowedVersions": "/^8.4.*/" }, + { + "matchFileNames": [ + "apps/postgresql-postgis/16-*/*.yml" + ], + "allowedVersions": "/^16-*/" + }, + { + "matchFileNames": [ + "apps/postgresql-postgis/17-*/*.yml" + ], + "allowedVersions": "/^17-*/" + }, { "matchFileNames": [ "apps/safeline/8.*.*/*.yml"