File tree 3 files changed +50
-16
lines changed
src/Serilog.Sinks.AzureTableStorage
test/Serilog.Sinks.AzureTableStorage.Tests
3 files changed +50
-16
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
updates :
3
- - package-ecosystem : " github-actions"
4
- directory : " /"
5
- schedule :
6
- interval : daily
7
- time : " 01:00"
8
- open-pull-requests-limit : 10
3
+ - package-ecosystem : " github-actions"
4
+ directory : " /"
5
+ schedule :
6
+ interval : daily
7
+ time : " 01:00"
8
+ timezone : " America/Chicago"
9
+ open-pull-requests-limit : 10
9
10
10
- - package-ecosystem : nuget
11
- directory : " /"
12
- schedule :
13
- interval : daily
14
- time : " 02:00"
15
- open-pull-requests-limit : 10
11
+ - package-ecosystem : nuget
12
+ directory : " /"
13
+ schedule :
14
+ interval : daily
15
+ time : " 02:00"
16
+ timezone : " America/Chicago"
17
+ open-pull-requests-limit : 10
18
+ groups :
19
+ Azure :
20
+ patterns :
21
+ - " Azure.*"
22
+ - " Microsoft.Azure.*"
23
+ - " Microsoft.Extensions.Azure"
24
+ AspNetCoreHealthChecks :
25
+ patterns :
26
+ - " AspNetCore.HealthChecks.*"
27
+ AspNetCore :
28
+ patterns :
29
+ - " Microsoft.AspNetCore.*"
30
+ - " Microsoft.Extensions.Features"
31
+ MicrosoftExtensions :
32
+ patterns :
33
+ - " Microsoft.Extensions.*"
34
+ EntityFrameworkCore :
35
+ patterns :
36
+ - " Microsoft.EntityFrameworkCore.*"
37
+ OpenTelemetry :
38
+ patterns :
39
+ - " OpenTelemetry.*"
40
+ Testcontainers :
41
+ patterns :
42
+ - " Testcontainers.*"
43
+ xUnit :
44
+ patterns :
45
+ - " xunit"
46
+ - " xunit.assert"
47
+ - " xunit.core"
48
+ - " xunit.extensibility.*"
49
+ - " xunit.runner.*"
Original file line number Diff line number Diff line change 54
54
<ItemGroup >
55
55
<PackageReference Include =" MinVer" Version =" 5.0.0" PrivateAssets =" All" />
56
56
<PackageReference Include =" Serilog" Version =" 3.1.1" />
57
- <PackageReference Include =" Serilog.Sinks.PeriodicBatching" Version =" 4.1.0 " />
57
+ <PackageReference Include =" Serilog.Sinks.PeriodicBatching" Version =" 4.1.1 " />
58
58
<PackageReference Include =" Azure.Data.Tables" Version =" 12.8.3" />
59
59
<PackageReference Include =" ulid" Version =" 1.3.3" />
60
60
</ItemGroup >
Original file line number Diff line number Diff line change 14
14
15
15
<ItemGroup >
16
16
<PackageReference Include =" FluentAssertions" Version =" 6.12.0" />
17
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9 .0" />
18
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.0 " >
17
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.10 .0" />
18
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.1 " >
19
19
<PrivateAssets >all</PrivateAssets >
20
20
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
21
21
</PackageReference >
22
- <PackageReference Include =" xunit" Version =" 2.8.0 " />
22
+ <PackageReference Include =" xunit" Version =" 2.8.1 " />
23
23
</ItemGroup >
24
24
25
25
</Project >
You can’t perform that action at this time.
0 commit comments