From 5ddfee95b39017b7d2a269e9016da5beba083911 Mon Sep 17 00:00:00 2001 From: Violeta Georgieva Date: Wed, 20 Dec 2023 08:51:26 +0200 Subject: [PATCH] Update allowed spring boot versions in renovate.json (#35) This project is built with Java 8, while Spring Boot 3 requires Java 17. --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index 1b96219..57a1a21 100644 --- a/renovate.json +++ b/renovate.json @@ -21,6 +21,10 @@ { "matchPackageNames": ["com.diffplug.spotless"], "allowedVersions": "<6.14" + }, + { + "matchPackageNames": ["org.springframework.boot"], + "allowedVersions": "<3" } ] }