File tree Expand file tree Collapse file tree 3 files changed +50
-16
lines changed
src/Serilog.Sinks.AzureTableStorage
test/Serilog.Sinks.AzureTableStorage.Tests Expand file tree Collapse file tree 3 files changed +50
-16
lines changed Original file line number Diff line number Diff line change 11version : 2
22updates :
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
910
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 5454 <ItemGroup >
5555 <PackageReference Include =" MinVer" Version =" 5.0.0" PrivateAssets =" All" />
5656 <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 " />
5858 <PackageReference Include =" Azure.Data.Tables" Version =" 12.8.3" />
5959 <PackageReference Include =" ulid" Version =" 1.3.3" />
6060 </ItemGroup >
Original file line number Diff line number Diff line change 1414
1515 <ItemGroup >
1616 <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 " >
1919 <PrivateAssets >all</PrivateAssets >
2020 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
2121 </PackageReference >
22- <PackageReference Include =" xunit" Version =" 2.8.0 " />
22+ <PackageReference Include =" xunit" Version =" 2.8.1 " />
2323 </ItemGroup >
2424
2525</Project >
You can’t perform that action at this time.
0 commit comments