Update renovate.json: Disable renovate for prometheus in seaweedfs compose
This commit is contained in:
parent
faced02e04
commit
4e704c6b95
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue