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\\./" + ] } ] }