File tree Expand file tree Collapse file tree 2 files changed +122
-0
lines changed
Expand file tree Collapse file tree 2 files changed +122
-0
lines changed Original file line number Diff line number Diff line change 1+ - match :
2+ dependency_name : FakeItEasy
3+ update_type : all
4+
5+ - match :
6+ dependency_name : FluentValidation
7+ update_type : all
8+
9+ - match :
10+ dependency_name : Fody
11+ update_type : all
12+
13+ - match :
14+ dependency_name : GitVersionTask
15+ update_type : all
16+
17+ - match :
18+ dependency_name : Janitor.Fody
19+ update_type : all
20+
21+ - match :
22+ dependency_name : McMaster.Extensions.CommandLineUtils
23+ update_type : all
24+
25+ - match :
26+ dependency_name : Microsoft.AspNetCore.Server.Kestrel
27+ update_type : all
28+
29+ - match :
30+ dependency_name : Microsoft.AspNetCore.StaticFiles
31+ update_type : all
32+
33+ - match :
34+ dependency_name : Microsoft.Build.Utilities.Core
35+ update_type : all
36+
37+ - match :
38+ dependency_name : Microsoft.DotNet.Analyzers.Compatibility
39+ update_type : all
40+
41+ - match :
42+ dependency_name : Microsoft.NET.Test.Sdk
43+ update_type : all
44+
45+ - match :
46+ dependency_name : Microsoft.PowerShell.5.ReferenceAssemblies
47+ update_type : all
48+
49+ - match :
50+ dependency_name : Microsoft.SourceLink.GitHub
51+ update_type : all
52+
53+ - match :
54+ dependency_name : Mono.Cecil
55+ update_type : all
56+
57+ - match :
58+ dependency_name : Moq
59+ update_type : all
60+
61+ - match :
62+ dependency_name : NuDoq
63+ update_type : all
64+
65+ - match :
66+ dependency_name : NUnit3TestAdapter
67+ update_type : all
68+
69+ - match :
70+ dependency_name : Obsolete.Fody
71+ update_type : all
72+
73+ - match :
74+ dependency_name : Particular.Approvals
75+ update_type : all
76+
77+ - match :
78+ dependency_name : Particular.CodeRules
79+ update_type : all
80+
81+ - match :
82+ dependency_name : Particular.Packaging
83+ update_type : all
84+
85+ - match :
86+ dependency_name : Particular.PlatformSample.ServiceControl
87+ update_type : all
88+
89+ - match :
90+ dependency_name : Particular.PlatformSample.ServicePulse
91+ update_type : all
92+
93+ - match :
94+ dependency_name : PublicApiGenerator
95+ update_type : all
96+
97+ - match :
98+ dependency_name : SimpleJson
99+ update_type : all
100+
101+ - match :
102+ dependency_name : System.Diagnostics.PerformanceCounter
103+ update_type : all
104+
105+ - match :
106+ dependency_name : xunit
107+ update_type : all
108+
109+ - match :
110+ dependency_name : xunit.runner.visualstudio
111+ update_type : all
Original file line number Diff line number Diff line change 1+ name : Dependabot Auto Merge
2+ on :
3+ pull_request :
4+ jobs :
5+ auto-merge :
6+ runs-on : ubuntu-latest
7+ steps :
8+ - uses : actions/checkout@v2
9+ - uses : ahmadnassri/action-dependabot-auto-merge@v2
10+ with :
11+ github-token : ${{ secrets.DEPENDABOT_AUTO_MERGE_TOKEN }}
You can’t perform that action at this time.
0 commit comments