Skip to content

Commit

Permalink
Use dependabot groups (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
trejjam authored Nov 22, 2023
1 parent 68b0faf commit 78c31c6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
groups:
microsoft:
patterns:
- ^Microsoft\..*
- ^System\..*
xunit:
patterns:
- ^xunit$
- ^xunit\..*
verify:
patterns:
- ^Verify$
- ^Verify\..*

- package-ecosystem: "github-actions"
directory: "/" # Location of package manifests
Expand Down

0 comments on commit 78c31c6

Please sign in to comment.