File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,11 @@ updates:
4242 update-types :
4343 - " version-update:semver-minor"
4444 - " version-update:semver-patch"
45+ # For project SDK packages named with "Smdn.*", all updates should be reported.
46+ - dependency-name : " Smdn.MSBuild.ProjectAssets.*"
47+ update-types :
48+ # Since the `ignore` cannot be overwritten with an empty array, use a workaround to ignore only major updates
49+ - " version-update:semver-major"
4550 # For NUnit packages, only major updates should be reported.
4651 - dependency-name : " NUnit*"
4752 update-types : # major updates only
Original file line number Diff line number Diff line change 11{
22 "msbuild-sdks" : {
33 "Smdn.MSBuild.ProjectAssets.Common" : " 1.6.2" ,
4- "Smdn.MSBuild.ProjectAssets.Library" : " 1.12.2 "
4+ "Smdn.MSBuild.ProjectAssets.Library" : " 1.12.3 "
55 },
66 "test" : {
77 "runner" : " Microsoft.Testing.Platform"
You can’t perform that action at this time.
0 commit comments