We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff938b commit 142f9dbCopy full SHA for 142f9db
1 file changed
.github/dependabot.yml
@@ -4,3 +4,27 @@ updates:
4
directory: "/"
5
schedule:
6
interval: weekly
7
+ groups:
8
+ build-tooling:
9
+ patterns:
10
+ - "Microsoft.Build*"
11
+ - "Microsoft.NET.StringTools"
12
+ roslyn:
13
14
+ - "Microsoft.CodeAnalysis*"
15
+ microsoft-extensions:
16
17
+ - "Microsoft.Extensions.*"
18
+ mcp-and-aspnet:
19
20
+ - "ModelContextProtocol.*"
21
+ - "Microsoft.AspNetCore.*"
22
+ testing:
23
24
+ - "AwesomeAssertions"
25
+ - "xunit*"
26
+ - "Microsoft.NET.Test.Sdk"
27
+ - "Microsoft.Testing.Extensions.*"
28
+ crypto:
29
30
+ - "System.Security.Cryptography.*"
0 commit comments