Skip to content

Commit

Permalink
Add update groups
Browse files Browse the repository at this point in the history
  • Loading branch information
xt0rted authored Dec 16, 2023
1 parent 5d07e29 commit 2901262
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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 @@ -18,4 +24,24 @@ updates:
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 99
groups:
analyzers:
patterns:
- "IDisposableAnalyzers"
- "Roslynator.*"
dotnet:
patterns:
- "Microsoft.Extensions.*"
- "Microsoft.SourceLink.GitHub"
system-commandline:
patterns:
- "System.CommandLine"
- "System.CommandLine.*"
testing:
patterns:
- "GitHubActionsTestLogger"
- "Microsoft.NET.Test.Sdk"
- "Shouldly"
- "Verify.Xunit"
- "xunit"
- "xunit.*"

0 comments on commit 2901262

Please sign in to comment.