From ca7df736b576b6f981ed95e1e8bbb7d9b6ee9df4 Mon Sep 17 00:00:00 2001 From: Louis Zanella Date: Mon, 16 Feb 2026 07:51:45 -0500 Subject: [PATCH] Exclude analyzer from ms-dependencies dependabot group --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ea4fb32d..76d1c4de 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -43,6 +43,7 @@ updates: - "Microsoft.*" - "System.*" exclude-patterns: + - "Microsoft.CodeAnalysis.NetAnalyzers" - "Microsoft.NET.Test.Sdk" - "Microsoft.Playwright" test-dependencies: