File tree 2 files changed +27
-2
lines changed
2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,28 @@ updates:
7
7
directory : /
8
8
schedule :
9
9
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-*"
Original file line number Diff line number Diff line change 22
22
weak
23
23
[file ".github/dependabot.yml"]
24
24
url = https://github.com/devlooped/oss/blob/main/.github/dependabot.yml
25
- sha = 4f070a477b4162a280f02722ae666376ae4fcc71
26
- etag = 35f2134fff3b0235ff8dac8618a76198c8ef533ad2f29628bbb435cd1134d638
25
+ sha = cba10bbf7bb08d841d2ddc990b67bc3f2c58fba0
26
+ etag = fc84e2bb7a348609b75bb20145333306e2030083c6929edcc4f675907b8c52ad
27
27
weak
28
28
[file ".github/workflows/build.yml"]
29
29
url = https://github.com/devlooped/oss/blob/main/.github/workflows/build.yml
You can’t perform that action at this time.
0 commit comments