From 66adce6ad9772dd7285370d3f78b6824b907c0e8 Mon Sep 17 00:00:00 2001 From: "Tom M." Date: Thu, 3 Oct 2024 11:19:01 +0200 Subject: [PATCH] Convince dependabot to ignore SonarScanner version 3 --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 79c44047d..e9c967c56 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,4 +14,6 @@ updates: ignore: - dependency-name: "SonarSource/sonarcloud-github-c-cpp" # Version 3 of that task causes the scanner to throw a Java exception... - versions: ["3.x"] + versions: + - "3.x" + - "3"