File tree Expand file tree Collapse file tree
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 : " /"
You can’t perform that action at this time.
0 commit comments