From 5727fca4754f96ab94977469238c9567ef4df8a5 Mon Sep 17 00:00:00 2001 From: wanghe-fit2cloud Date: Thu, 13 Jun 2024 15:24:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20mssql=20=E6=94=AF=E6=8C=81=E5=A4=9A?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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"],