Skip to content

Commit

Permalink
Merge pull request #650 from arturcic/feature/dependabot-groups
Browse files Browse the repository at this point in the history
Groups for dependabot
  • Loading branch information
gep13 authored Jan 9, 2025
2 parents 1e69ee2 + 94f34a6 commit aeaaea7
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 aeaaea7

Please sign in to comment.