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 22c45a7 commit 7d388ca
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,27 @@ 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.*"
tests:
patterns:
- "NUnit.*"
- "Microsoft.NET.Test.Sdk"
- "NSubstitute"
- "coverlet.msbuild"
schedule:
interval: daily
open-pull-requests-limit: 10

0 comments on commit 7d388ca

Please sign in to comment.