Skip to content

Commit aeaaea7

Browse files
authored
Merge pull request #650 from arturcic/feature/dependabot-groups
Groups for dependabot
2 parents 1e69ee2 + 94f34a6 commit aeaaea7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
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)