Skip to content

Commit f7bf67e

Browse files
committed
added groups for dependabot
1 parent 22c45a7 commit f7bf67e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/dependabot.yml

+17
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,27 @@ version: 2
22
updates:
33
- package-ecosystem: github-actions
44
directory: "/"
5+
labels:
6+
- "Build"
57
schedule:
68
interval: daily
79
- package-ecosystem: nuget
810
directory: "/src"
11+
labels:
12+
- "Build"
13+
groups:
14+
analyzers:
15+
patterns:
16+
- "*Analyzers"
17+
serilog:
18+
patterns:
19+
- "Serilog.*"
20+
tests:
21+
patterns:
22+
- "NUnit.*"
23+
- "Microsoft.NET.Test.Sdk"
24+
- "NSubstitute"
25+
- "coverlet.msbuild"
926
schedule:
1027
interval: daily
1128
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)