mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
feat: mssql 支持多版本
This commit is contained in:
@@ -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"],
|
||||||
|
|||||||
Reference in New Issue
Block a user