We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c779d3d commit cba10bbCopy full SHA for cba10bb
.github/dependabot.yml
@@ -7,3 +7,28 @@ updates:
7
directory: /
8
schedule:
9
interval: daily
10
+ groups:
11
+ Azure:
12
+ patterns:
13
+ - "Azure*"
14
+ - "Microsoft.Azure*"
15
+ System:
16
17
+ - "System*"
18
+ Extensions:
19
20
+ - "Microsoft.Extensions*"
21
+ Web:
22
23
+ - "Microsoft.AspNetCore*"
24
+ Tests:
25
26
+ - "Microsoft.NET.Tests*"
27
+ - "xunit*"
28
+ - "coverlet*"
29
+ ThisAssembly:
30
31
+ - "ThisAssembly*"
32
+ ProtoBuf:
33
34
+ - "protobuf-*"
0 commit comments