Skip to content

Commit

Permalink
Add dependabot update groups
Browse files Browse the repository at this point in the history
  • Loading branch information
xt0rted authored Jul 31, 2023
1 parent b779b3b commit 0ffce38
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "/"
Expand All @@ -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.*"

0 comments on commit 0ffce38

Please sign in to comment.