1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00

Added groupings for Auth dependencies

This commit is contained in:
Todd Martin 2023-12-13 15:06:56 -05:00 committed by GitHub
parent f527623318
commit 4153401d54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
.github/renovate.json vendored
View File

@ -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",