Skip to content

Commit cba10bb

Browse files
authored
Update dependabot.yml with some default groupings
1 parent c779d3d commit cba10bb

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/dependabot.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,28 @@ updates:
77
directory: /
88
schedule:
99
interval: daily
10+
groups:
11+
Azure:
12+
patterns:
13+
- "Azure*"
14+
- "Microsoft.Azure*"
15+
System:
16+
patterns:
17+
- "System*"
18+
Extensions:
19+
patterns:
20+
- "Microsoft.Extensions*"
21+
Web:
22+
patterns:
23+
- "Microsoft.AspNetCore*"
24+
Tests:
25+
patterns:
26+
- "Microsoft.NET.Tests*"
27+
- "xunit*"
28+
- "coverlet*"
29+
ThisAssembly:
30+
patterns:
31+
- "ThisAssembly*"
32+
ProtoBuf:
33+
patterns:
34+
- "protobuf-*"

0 commit comments

Comments
 (0)