From 0f8c685a0461a61a3ff4653e6b9beeb94651e775 Mon Sep 17 00:00:00 2001 From: Brandon Ording Date: Mon, 29 Jun 2026 13:54:42 -0400 Subject: [PATCH] Add System.Management.Automation renovate rule --- .github/renovate.json5 | 6 ++++++ 1 file changed, 6 insertions(+) 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" } ] }