Skip to content

Commit 3f731f3

Browse files
committed
⬆️ Bump files with dotnet-file sync
# devlooped/oss - Update dependabot.yml with some default groupings devlooped/oss@cba10bb
1 parent 52ac71d commit 3f731f3

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

.github/dependabot.yml

+25
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-*"

.netconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
weak
2323
[file ".github/dependabot.yml"]
2424
url = https://github.com/devlooped/oss/blob/main/.github/dependabot.yml
25-
sha = 4f070a477b4162a280f02722ae666376ae4fcc71
26-
etag = 35f2134fff3b0235ff8dac8618a76198c8ef533ad2f29628bbb435cd1134d638
25+
sha = cba10bbf7bb08d841d2ddc990b67bc3f2c58fba0
26+
etag = fc84e2bb7a348609b75bb20145333306e2030083c6929edcc4f675907b8c52ad
2727
weak
2828
[file ".github/workflows/build.yml"]
2929
url = https://github.com/devlooped/oss/blob/main/.github/workflows/build.yml

0 commit comments

Comments
 (0)