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.*"