From ebb66532a695e6a76fea71b82817d4cbad7f88fe Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Thu, 7 Dec 2023 17:09:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20renovate=20=E5=A2=9E=E5=8A=A0=20elastic?= =?UTF-8?q?search=20=E5=A4=9A=E7=89=88=E6=9C=AC=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/renovate.json b/renovate.json index 6ed5339e..f7f1d0d5 100644 --- a/renovate.json +++ b/renovate.json @@ -29,6 +29,14 @@ { "matchFileNames": ["apps/mysql/8.*/*.yml"], "allowedVersions": "/^8.*/" + }, + { + "matchFileNames": ["apps/elasticsearch/7.*/*.yml"], + "allowedVersions": "/^7.*/" + }, + { + "matchFileNames": ["apps/elasticsearch/8.*/*.yml"], + "allowedVersions": "/^8.*/" } ], "prCreation": "immediate"