From bbff328d8b44b7e03e6c7eb9788d87c7c63a90dd Mon Sep 17 00:00:00 2001 From: derselbst Date: Thu, 19 Sep 2024 13:30:56 +0200 Subject: [PATCH] Ignore version 3 of sonarcloud --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index be006de9a..79c44047d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,7 @@ updates: - "*" # Group all Actions updates into a single larger pull request schedule: interval: weekly + ignore: + - dependency-name: "SonarSource/sonarcloud-github-c-cpp" + # Version 3 of that task causes the scanner to throw a Java exception... + versions: ["3.x"]