Skip to content

Commit 3f2f05c

Browse files
committed
bump Smdn.MSBuild.ProjectAssets.Library
1 parent b16e693 commit 3f2f05c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"

0 commit comments

Comments
 (0)