diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 8fb6561a6c..ec38b72b9a 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -37,6 +37,12 @@ matchFileNames: ["**/ServiceControl.Management.PowerShell.csproj"], matchPackageNames: ["Microsoft.Extensions.DependencyModel"], allowedVersions: "<9.0.0" + }, + { + description: "Keep ServiceControl.Management.PowerShell on PowerShell 7.4", + matchFileNames: ["**/ServiceControl.Management.PowerShell.csproj"], + matchPackageNames: ["System.Management.Automation"], + allowedVersions: "<7.5.0" } ] }