Skip to content

Commit 35ca3f3

Browse files
authored
Exclude System.IdentityModel from System group
Since it's already included in the Identity group
1 parent 14d1868 commit 35ca3f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ updates:
1919
System:
2020
patterns:
2121
- "System*"
22+
exclude-patterns:
23+
- "System.IdentityModel*"
2224
Extensions:
2325
patterns:
2426
- "Microsoft.Extensions*"

0 commit comments

Comments
 (0)