Skip to content

Commit

Permalink
ci: adding dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Sep 23, 2024
1 parent ba4403b commit da2e1d2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2
updates:
- package-ecosystem: nuget
directory: "/"
schedule:
interval: weekly
time: "10:00"
groups:
testing:
applies-to: version-updates
patterns:
- "Microsoft.NET.Test.Sdk"
- "Moq"
- "xunit"
- "xunit.*"
- "coverlet.msbuild"
- "coverlet.collector"
- "GitHubActionsTestLogger"
open-pull-requests-limit: 10
labels:
- kind/dependency

0 comments on commit da2e1d2

Please # to comment.