From 6d8a20d2a0634f8055d42a262028fb03e777c6f8 Mon Sep 17 00:00:00 2001 From: Brian Dukes Date: Tue, 7 Nov 2023 15:42:42 -0600 Subject: [PATCH] Add Dependabot groups for NuGet --- .github/dependabot.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 64f3c79f0af..011db43a47d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,3 +23,31 @@ updates: labels: - ".NET" - "Type: Maintenance" + groups: + MailKit: + patterns: + - "MailKit" + - "MimeKit" + - "BouncyCastle.Cryptography" + Google-Apis: + patterns: + - "Google.Apis*" + AspNet: + patterns: + - "Microsoft.AspNet.*" + SourceLink: + patterns: + - "Microsoft.SourceLink.*" + TestStack-Dossier: + patterns: + - "TestStack.Dossier" + - "AutoFixture" + - "Fare" + - "NSubstitute" + - "Castle.Core" + Cake-Issues: + patterns: + - "Cake.Issues*" + DependencyInjection: + patterns: + - "Microsoft.Extensions.DependencyInjection*"