1
0
Fork 0

Update renovate.json: Disable renovate for prometheus in seaweedfs compose

This commit is contained in:
pooneyy 2025-08-24 16:08:20 +08:00
parent faced02e04
commit 4e704c6b95
No known key found for this signature in database
1 changed files with 8 additions and 0 deletions

View File

@ -115,6 +115,14 @@
"matchCurrentVersion": "/^\\d{6}$/", "matchCurrentVersion": "/^\\d{6}$/",
"allowedVersions": "/^\\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"], "matchPackageNames": ["snowdreamtech/frpc", "snowdreamtech/frps"],
"groupName": "Frp Cilent & Server" "groupName": "Frp Cilent & Server"