From e7d18aefd41b45e5f5378267a5518aa56f0ad3a6 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Fri, 8 Sep 2023 13:26:22 -0300 Subject: [PATCH] Add System.IdentityModel group These should be bumped separately from System but together --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ec364b6..96bcd1b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,9 @@ updates: patterns: - "Azure*" - "Microsoft.Azure*" + Identity: + patterns: + - "System.IdentityModel*" System: patterns: - "System*"