File tree Expand file tree Collapse file tree
src/Dotnet.Samples.AspNetCore.WebApi Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,13 +9,23 @@ updates:
99 commit-message :
1010 include : scope
1111 prefix : " chore(deps): "
12+ # Pin AutoMapper to 14.x line to avoid commercial v15.x upgrades
1213 ignore :
1314 - dependency-name : " AutoMapper"
1415 update-types : ["version-update:semver-major"]
1516 groups :
1617 serilog :
1718 patterns :
1819 - " Serilog*"
20+ entity-framework :
21+ patterns :
22+ - " Microsoft.EntityFrameworkCore*"
23+ aspnetcore :
24+ patterns :
25+ - " Microsoft.AspNetCore*"
26+ fluentvalidation :
27+ patterns :
28+ - " FluentValidation*"
1929
2030 - package-ecosystem : " nuget"
2131 directory : " /test/Dotnet.Samples.AspNetCore.WebApi.Tests"
@@ -24,13 +34,17 @@ updates:
2434 commit-message :
2535 include : scope
2636 prefix : " chore(deps): "
37+ # Pin AutoMapper to 14.x line to avoid commercial v15.x upgrades
2738 ignore :
2839 - dependency-name : " AutoMapper"
2940 update-types : ["version-update:semver-major"]
3041 groups :
3142 xunit :
3243 patterns :
3344 - " xunit*"
45+ entity-framework :
46+ patterns :
47+ - " Microsoft.EntityFrameworkCore*"
3448
3549 - package-ecosystem : " github-actions"
3650 directory : " /"
Original file line number Diff line number Diff line change 1313 </ItemGroup >
1414
1515 <ItemGroup Label =" Runtime dependencies" >
16- <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 8.0.22 " />
16+ <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 8.0.23 " />
1717 <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 9.0.11" />
1818 <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 10.0.2" />
1919 <PackageReference Include =" AutoMapper" Version =" [14.0.0,15.0.0)" />
Original file line number Diff line number Diff line change 2929 },
3030 "Microsoft.AspNetCore.OpenApi" : {
3131 "type" : " Direct" ,
32- "requested" : " [8.0.22 , )" ,
33- "resolved" : " 8.0.22 " ,
34- "contentHash" : " NljWP+NNJDu3Uls1OxiIrhOnhRTCdpJNLukJFMrBIPU1FyencrBFpgHiUuv/K5TqDPE7iKaZVreDSHSVhk4QrA ==" ,
32+ "requested" : " [8.0.23 , )" ,
33+ "resolved" : " 8.0.23 " ,
34+ "contentHash" : " Iaix/+h95NaGXml1J+thXClaLhCYh+XHFEC1N/vqlMrITJQ51Bjh6ReKsW/JRIrMfq5KL3kW/rvZlXIu1w9iLg ==" ,
3535 "dependencies" : {
3636 "Microsoft.OpenApi" : " 1.4.3"
3737 }
You can’t perform that action at this time.
0 commit comments