Skip to content

Commit

Permalink
added groups for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Jan 9, 2025
1 parent 7390fcd commit 394ee44
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,24 @@ version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
labels:
- "Build"
schedule:
interval: daily
- package-ecosystem: nuget
directory: "/src"
labels:
- "Build"
groups:
analyzers:
patterns:
- "*Analyzers"
serilog:
patterns:
- "Serilog.*"
nunit:
patterns:
- "NUnit.*"
schedule:
interval: daily
open-pull-requests-limit: 10

0 comments on commit 394ee44

Please sign in to comment.