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:
parent
f527623318
commit
4153401d54
10
.github/renovate.json
vendored
10
.github/renovate.json
vendored
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user