diff --git a/.github/renovate.json b/.github/renovate.json index aa0ee6d9c..027dacca7 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -73,6 +73,16 @@ "commitMessagePrefix": "[deps] Auth:", "reviewers": ["team:team-auth-dev"] }, + { + "matchPackagePatterns": ["^AspNetCoreRateLimit"], + "groupName": "AspNetCoreRateLimit", + "description": "Group AspNetCoreRateLimit to exclude them from the dotnet monorepo preset" + }, + { + "matchPackagePatterns": ["^Microsoft.Azure.Cosmos"], + "groupName": "Microsoft.Azure.Cosmos", + "description": "Group Microsoft.Azure.Cosmos to exclude them from the dotnet monorepo preset" + }, { "matchPackageNames": [ "AutoFixture.AutoNSubstitute",