Merge branch 'config' into localApps
This commit is contained in:
commit
877ba6d66a
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue