From 4153401d54d64e0a6f0d17990f7737bc6eb29b1a Mon Sep 17 00:00:00 2001 From: Todd Martin <106564991+trmartin4@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:06:56 -0500 Subject: [PATCH] Added groupings for Auth dependencies --- .github/renovate.json | 10 ++++++++++ 1 file changed, 10 insertions(+) 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",