mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 14:56:58 +08:00
feat: mssql 支持多版本
This commit is contained in:
parent
65a10e3526
commit
5727fca475
@ -86,6 +86,18 @@
|
|||||||
"matchFileNames": ["apps/sonarqube/10.*/*.yml"],
|
"matchFileNames": ["apps/sonarqube/10.*/*.yml"],
|
||||||
"allowedVersions": "/^10.*/"
|
"allowedVersions": "/^10.*/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"matchFileNames": ["apps/mssql/2017-*/*.yml"],
|
||||||
|
"allowedVersions": "/^2017-*/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchFileNames": ["apps/mssql/2019-*/*.yml"],
|
||||||
|
"allowedVersions": "/^2019-*/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchFileNames": ["apps/mssql/2022-*/*.yml"],
|
||||||
|
"allowedVersions": "/^2022-*/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchDatasources": ["docker"],
|
"matchDatasources": ["docker"],
|
||||||
"matchPackageNames": ["ghcr.io/umami-software/umami"],
|
"matchPackageNames": ["ghcr.io/umami-software/umami"],
|
||||||
|
Loading…
Reference in New Issue
Block a user