Skip to content

Commit

Permalink
build(deps): create dependabot groups
Browse files Browse the repository at this point in the history
  • Loading branch information
amis92 committed Jan 27, 2024
1 parent 052b0c3 commit 999bb63
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,23 @@ updates:
directory: "/"
schedule:
interval: daily
groups:
aspnet:
patterns:
- "^Microsoft.AspNetCore.*"
dotnet:
patterns:
- "^Microsoft.Extensions.*"
- "^System.*"
test:
patterns:
- "^xunit.*"
- "^Moq.*"
- "^FluentAssertions.*"
- "^Microsoft.NET.Test.Sdk.*"
fluentui:
patterns:
- "^Microsoft.FluentUI.*"
wham:
patterns:
- "^WarHub.ArmouryModel.*"

0 comments on commit 999bb63

Please sign in to comment.