diff --git a/renovate.json b/renovate.json index 0a6cd0c09..c4fce48b4 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.*/"