1
0
Fork 0

Merge branch 'config' into localApps

This commit is contained in:
pooneyy 2025-08-24 16:48:40 +08:00
commit 877ba6d66a
No known key found for this signature in database
1 changed files with 20 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"
@ -193,6 +201,18 @@
], ],
"allowedVersions": "/^8.4.*/" "allowedVersions": "/^8.4.*/"
}, },
{
"matchFileNames": [
"apps/postgresql-postgis/16-*/*.yml"
],
"allowedVersions": "/^16-*/"
},
{
"matchFileNames": [
"apps/postgresql-postgis/17-*/*.yml"
],
"allowedVersions": "/^17-*/"
},
{ {
"matchFileNames": [ "matchFileNames": [
"apps/safeline/8.*.*/*.yml" "apps/safeline/8.*.*/*.yml"