From 26b69bfa86f8c2d514d31af9c7d4e7646fc3f753 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Wed, 26 Mar 2025 15:32:09 +0100 Subject: [PATCH] chore: configure dependabot not to update to spring 6 --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9ebcd0ebb1..0f36f71922 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,6 +20,10 @@ updates: schedule: interval: "weekly" day: "friday" + ignore: + # Spring 6 requires Java 17 + - dependency-name: "org.springframework*" + versions: "[6,)" - package-ecosystem: "github-actions" directory: "/" schedule: