From 0ffce389defc110856c59ae1f419e8d9e98f01ea Mon Sep 17 00:00:00 2001 From: Brian Surowiec Date: Sun, 30 Jul 2023 22:19:04 -0400 Subject: [PATCH] Add dependabot update groups --- .github/dependabot.yml | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 62d63b3..54b90de 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,7 +11,13 @@ updates: directory: "/" schedule: interval: "weekly" - open-pull-requests-limit: 99 + groups: + github-actions: + patterns: + - "actions/*" + my-actions: + patterns: + - "xt0rted/*" - package-ecosystem: "npm" directory: "/" @@ -25,4 +31,22 @@ updates: registries: "*" schedule: interval: "weekly" - open-pull-requests-limit: 99 + groups: + analyzers: + patterns: + - "IDisposableAnalyzers" + - "Roslynator.*" + system-commandline: + patterns: + - "System.CommandLine" + - "System.CommandLine.*" + testing: + patterns: + - "coverlet.collector" + - "FakeItEasy" + - "FakeItEasy.*" + - "Microsoft.NET.Test.Sdk" + - "Shouldly" + - "Verify.Xunit" + - "xunit" + - "xunit.*"