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.
2 parents 1e69ee2 + 94f34a6 commit aeaaea7Copy full SHA for aeaaea7
.github/dependabot.yml
@@ -2,10 +2,27 @@ version: 2
2
updates:
3
- package-ecosystem: github-actions
4
directory: "/"
5
+ labels:
6
+ - "Build"
7
schedule:
8
interval: daily
9
- package-ecosystem: nuget
10
directory: "/src"
11
12
13
+ groups:
14
+ analyzers:
15
+ patterns:
16
+ - "*Analyzers"
17
+ serilog:
18
19
+ - "Serilog.*"
20
+ tests:
21
22
+ - "NUnit.*"
23
+ - "Microsoft.NET.Test.Sdk"
24
+ - "NSubstitute"
25
+ - "coverlet.msbuild"
26
27
28
open-pull-requests-limit: 10
0 commit comments