From 35ca3f3405452465058d89005f8a88a65847c377 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Mon, 11 Sep 2023 23:15:51 -0300 Subject: [PATCH] Exclude System.IdentityModel from System group Since it's already included in the Identity group --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index de593e3..ed06dbe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,6 +19,8 @@ updates: System: patterns: - "System*" + exclude-patterns: + - "System.IdentityModel*" Extensions: patterns: - "Microsoft.Extensions*"