From 71662f83652951cef2e675a2d3cb45ac3b3bfa81 Mon Sep 17 00:00:00 2001 From: Jan Ouwens Date: Thu, 30 Jan 2025 07:53:53 +0100 Subject: [PATCH] Stop updating spotbugs until we migrate to Java 11 --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 034754c34..348372b03 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,8 @@ updates: dependencies: patterns: - "*" + ignore: + - dependency-name: "com.github.spotbugs:*" - package-ecosystem: "github-actions" directory: "/" schedule: