Skip to content

Commit

Permalink
add grouping to dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvreony committed Aug 3, 2023
1 parent 1012e0d commit 29db3dd
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,25 @@ updates:
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "monthly"
interval: "monthly"
groups:
ms-appcenter:
patterns:
- "microsoft.appcenter.*"
avalonia:
patterns:
- "avalonia"
- "avalonia.*"
reactive-extensions:
patterns:
- "system.reactive.*"
- "microsoft.reactive.*"
xunit:
patterns:
- "xunit"
- "xunit.*"
dotnet:
# you may need to add groupings above this if non core .NET projects are getting grouped into this.
patterns:
- "system.*"
- "microsoft.*"

0 comments on commit 29db3dd

Please sign in to comment.