feat: mssql 支持多版本

This commit is contained in:
wanghe-fit2cloud 2024-06-13 15:24:59 +08:00
parent 65a10e3526
commit 5727fca475

View File

@ -86,6 +86,18 @@
"matchFileNames": ["apps/sonarqube/10.*/*.yml"],
"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"],
"matchPackageNames": ["ghcr.io/umami-software/umami"],