|
|
|
|
@ -103,6 +103,11 @@
@@ -103,6 +103,11 @@
|
|
|
|
|
"commitMessagePrefix": "[deps] Billing:", |
|
|
|
|
"reviewers": ["team:team-billing-dev"] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"matchPackagePatterns": ["^Microsoft.Extensions.Logging"], |
|
|
|
|
"groupName": "Microsoft.Extensions.Logging", |
|
|
|
|
"description": "Group Microsoft.Extensions.Logging to exclude them from the dotnet monorepo preset" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"matchPackageNames": ["CommandDotNet", "dbup-sqlserver", "YamlDotNet"], |
|
|
|
|
"description": "DevOps owned dependencies", |
|
|
|
|
@ -122,6 +127,7 @@
@@ -122,6 +127,7 @@
|
|
|
|
|
{ |
|
|
|
|
"matchPackageNames": [ |
|
|
|
|
"Dapper", |
|
|
|
|
"dotnet-ef", |
|
|
|
|
"linq2db.EntityFrameworkCore", |
|
|
|
|
"Microsoft.EntityFrameworkCore.Design", |
|
|
|
|
"Microsoft.EntityFrameworkCore.InMemory", |
|
|
|
|
@ -135,6 +141,11 @@
@@ -135,6 +141,11 @@
|
|
|
|
|
"commitMessagePrefix": "[deps] SM:", |
|
|
|
|
"reviewers": ["team:team-secrets-manager-dev"] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"matchPackagePatterns": ["EntityFrameworkCore", "^dotnet-ef"], |
|
|
|
|
"groupName": "EntityFrameworkCore", |
|
|
|
|
"description": "Group EntityFrameworkCore to exclude them from the dotnet monorepo preset" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"matchPackageNames": [ |
|
|
|
|
"AutoMapper.Extensions.Microsoft.DependencyInjection", |
|
|
|
|
@ -146,17 +157,32 @@
@@ -146,17 +157,32 @@
|
|
|
|
|
"Microsoft.AspNetCore.SignalR.Protocols.MessagePack", |
|
|
|
|
"Microsoft.AspNetCore.SignalR.StackExchangeRedis", |
|
|
|
|
"Microsoft.Azure.NotificationHubs", |
|
|
|
|
"Microsoft.Extensions.Configuration", |
|
|
|
|
"Microsoft.Extensions.Configuration.EnvironmentVariables", |
|
|
|
|
"Microsoft.Extensions.Configuration.UserSecrets", |
|
|
|
|
"Microsoft.Extensions.DependencyInjection", |
|
|
|
|
"Microsoft.Extensions.Configuration", |
|
|
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions", |
|
|
|
|
"Microsoft.Extensions.DependencyInjection", |
|
|
|
|
"SendGrid" |
|
|
|
|
], |
|
|
|
|
"description": "Tools owned dependencies", |
|
|
|
|
"commitMessagePrefix": "[deps] Tools:", |
|
|
|
|
"reviewers": ["team:team-tools-dev"] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"matchPackagePatterns": ["^Microsoft.AspNetCore.SignalR"], |
|
|
|
|
"groupName": "SignalR", |
|
|
|
|
"description": "Group SignalR to exclude them from the dotnet monorepo preset" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"matchPackagePatterns": ["^Microsoft.Extensions.Configuration"], |
|
|
|
|
"groupName": "Microsoft.Extensions.Configuration", |
|
|
|
|
"description": "Group Microsoft.Extensions.Configuration to exclude them from the dotnet monorepo preset" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"matchPackagePatterns": ["^Microsoft.Extensions.DependencyInjection"], |
|
|
|
|
"groupName": "Microsoft.Extensions.DependencyInjection", |
|
|
|
|
"description": "Group Microsoft.Extensions.DependencyInjection to exclude them from the dotnet monorepo preset" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"matchPackageNames": [ |
|
|
|
|
"AngleSharp", |
|
|
|
|
|