From f08fabfa5d65d8e2c82ccf557a1cda6695fd7612 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Mon, 30 Dec 2024 12:18:39 +0100 Subject: [PATCH] Don't update mockito major version Mockito 5 uses Java 11 --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 00079caf1b..b19f102f39 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,6 +20,10 @@ updates: schedule: interval: "weekly" day: "friday" + ignore: + # Requires Java 11https://github.com/mockito/mockito/releases/tag/v5.0.0 + - name: "org.mockito:mockito-core" + update-types: [ "sem-ver:major" ] - package-ecosystem: "github-actions" directory: "/" schedule: