diff --git a/renovate.json b/renovate.json index c4fce48b..1bf371de 100644 --- a/renovate.json +++ b/renovate.json @@ -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"],