From 818c8197f00bcc0955df0a4cf301e65e92d7c466 Mon Sep 17 00:00:00 2001 From: Workleap <53535748+Infra-Workleap@users.noreply.github.com> Date: Fri, 13 Sep 2024 14:14:27 -0400 Subject: [PATCH] chore(config): migrate config renovate.json (#88) Co-authored-by: Renovate Bot --- renovate.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/renovate.json b/renovate.json index dd5a693..b7ba058 100644 --- a/renovate.json +++ b/renovate.json @@ -8,13 +8,13 @@ "matchManagers": [ "nuget" ], - "matchPackagePatterns": [ - "^Microsoft\\.Extensions\\.", - "^System\\." - ], "groupName": "Ignored NuGet dependencies", "description": "These packages are usually set to a user-defined minimal supported version such as 6.0.0 for .NET 6, and they are overriden by consuming applications", - "enabled": false + "enabled": false, + "matchPackageNames": [ + "/^Microsoft\\.Extensions\\./", + "/^System\\./" + ] } ] }