Skip to content

Commit 142f9db

Browse files
authored
Group Dependabot NuGet updates by category (#258)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 3ff938b commit 142f9db

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,27 @@ updates:
44
directory: "/"
55
schedule:
66
interval: weekly
7+
groups:
8+
build-tooling:
9+
patterns:
10+
- "Microsoft.Build*"
11+
- "Microsoft.NET.StringTools"
12+
roslyn:
13+
patterns:
14+
- "Microsoft.CodeAnalysis*"
15+
microsoft-extensions:
16+
patterns:
17+
- "Microsoft.Extensions.*"
18+
mcp-and-aspnet:
19+
patterns:
20+
- "ModelContextProtocol.*"
21+
- "Microsoft.AspNetCore.*"
22+
testing:
23+
patterns:
24+
- "AwesomeAssertions"
25+
- "xunit*"
26+
- "Microsoft.NET.Test.Sdk"
27+
- "Microsoft.Testing.Extensions.*"
28+
crypto:
29+
patterns:
30+
- "System.Security.Cryptography.*"

0 commit comments

Comments
 (0)