From b89c4849313cf55f4b59b78030da24e00ca30209 Mon Sep 17 00:00:00 2001 From: wanghe-fit2cloud Date: Tue, 23 Apr 2024 16:28:39 +0800 Subject: [PATCH] chore: Update renovate.json --- renovate.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 0a6cd0c0..c4fce48b 100644 --- a/renovate.json +++ b/renovate.json @@ -66,6 +66,10 @@ "matchFileNames": ["apps/mongodb/6.*/*.yml"], "allowedVersions": "/^6.*/" }, + { + "matchFileNames": ["apps/mongodb/7.*/*.yml"], + "allowedVersions": "/^7.*/" + }, { "matchFileNames": ["apps/mariadb/10.*/*.yml"], "allowedVersions": "/^10.*/" @@ -74,10 +78,6 @@ "matchFileNames": ["apps/mariadb/11.*/*.yml"], "allowedVersions": "/^11.*/" }, - { - "matchFileNames": ["apps/mongodb/7.*/*.yml"], - "allowedVersions": "/^7.*/" - }, { "matchFileNames": ["apps/sonarqube/9.*/*.yml"], "allowedVersions": "/^9.*/"