Skip to content

Commit

Permalink
update dependabot (#3196)
Browse files Browse the repository at this point in the history
* update dependabot

* PR feedback
  • Loading branch information
jennyf19 authored Jan 21, 2025
1 parent 25d1c7e commit f52f773
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,17 @@ updates:
update-types:
- "minor"
- "patch"
# Separate group for ASP.NET dependencies
aspnet:
patterns:
- "Microsoft.AspNetCore.*"
update-types:
- "minor"
- "patch"
# Separate group for Microsoft.Extensions dependencies
microsoft-extensions:
patterns:
- "Microsoft.Extensions.*"
update-types:
- "minor"
- "patch"

0 comments on commit f52f773

Please sign in to comment.