File tree 3 files changed +6
-36
lines changed
3 files changed +6
-36
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
updates :
3
- - package-ecosystem : nuget
4
- labels :
5
- - " dependencies"
6
- commit-message :
7
- prefix : " (ci deps)"
8
- groups :
9
- microsoft :
10
- patterns :
11
- - " Microsoft.*"
12
- - " System.*"
13
- directory : " /build"
14
- schedule :
15
- interval : daily
16
- open-pull-requests-limit : 10
17
-
18
- - package-ecosystem : nuget
19
- labels :
20
- - " dependencies"
21
- commit-message :
22
- prefix : " (new-cli deps)"
23
- groups :
24
- microsoft :
25
- patterns :
26
- - " Microsoft.*"
27
- - " System.*"
28
- serilog :
29
- patterns :
30
- - " Serilog.*"
31
- directory : " /new-cli"
32
- schedule :
33
- interval : daily
34
- open-pull-requests-limit : 10
35
-
36
3
- package-ecosystem : nuget
37
4
labels :
38
5
- " dependencies"
@@ -52,7 +19,10 @@ updates:
52
19
nunit :
53
20
patterns :
54
21
- " NUnit.*"
55
- directory : " /"
22
+ directories :
23
+ - " /build"
24
+ - " /new-cli"
25
+ - " /src"
56
26
schedule :
57
27
interval : daily
58
28
open-pull-requests-limit : 10
Original file line number Diff line number Diff line change 11
11
<PackageVersion Include =" Microsoft.CSharp" Version =" 4.7.0" />
12
12
<PackageVersion Include =" Microsoft.Extensions.DependencyInjection" Version =" 8.0.0" />
13
13
<PackageVersion Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 8.0.1" />
14
- <PackageVersion Include =" Polly" Version =" 8.4.0 " />
14
+ <PackageVersion Include =" Polly" Version =" 8.3.1 " />
15
15
<PackageVersion Include =" Roslynator.Analyzers" Version =" 4.12.0" />
16
16
<PackageVersion Include =" Roslynator.Formatting.Analyzers" Version =" 4.12.0" />
17
17
<!-- specific packages -->
Original file line number Diff line number Diff line change 11
11
<PackageVersion Include =" Microsoft.CSharp" Version =" 4.7.0" />
12
12
<PackageVersion Include =" Microsoft.Extensions.DependencyInjection" Version =" 8.0.0" />
13
13
<PackageVersion Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 8.0.1" />
14
- <PackageVersion Include =" Polly" Version =" 8.4.0 " />
14
+ <PackageVersion Include =" Polly" Version =" 8.3.1 " />
15
15
<PackageVersion Include =" Roslynator.Analyzers" Version =" 4.12.2" />
16
16
<PackageVersion Include =" Roslynator.Formatting.Analyzers" Version =" 4.12.2" />
17
17
<!-- specific packages -->
You can’t perform that action at this time.
0 commit comments