diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ab03ee3..53f6c6e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,12 @@ updates: interval: weekly day: monday open-pull-requests-limit: 5 + # Microsoft.PowerShell.SDK minor bumps are NOT low-risk: each PS 7.x minor + # targets a different .NET version (7.4→net8, 7.5→net9, 7.6→net10), so a + # minor bump requires a TFM upgrade and must be handled manually. + ignore: + - dependency-name: "Microsoft.PowerShell.SDK" + update-types: ["version-update:semver-minor", "version-update:semver-major"] groups: # Batch low-risk minor/patch bumps into a single PR to cut noise. # Major upgrades still arrive as individual PRs for closer review. diff --git a/src/HyperV.Mcp.Server/HyperV.Mcp.Server.csproj b/src/HyperV.Mcp.Server/HyperV.Mcp.Server.csproj index 11a5ce5..3c149d7 100644 --- a/src/HyperV.Mcp.Server/HyperV.Mcp.Server.csproj +++ b/src/HyperV.Mcp.Server/HyperV.Mcp.Server.csproj @@ -10,7 +10,7 @@ - + diff --git a/tests/HyperV.Mcp.Server.Tests/HyperV.Mcp.Server.Tests.csproj b/tests/HyperV.Mcp.Server.Tests/HyperV.Mcp.Server.Tests.csproj index 26766f6..958bb1d 100644 --- a/tests/HyperV.Mcp.Server.Tests/HyperV.Mcp.Server.Tests.csproj +++ b/tests/HyperV.Mcp.Server.Tests/HyperV.Mcp.Server.Tests.csproj @@ -9,13 +9,13 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all - +