1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 02:11:04 +08:00

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

View File

@ -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"