Skip to content

Commit f52f773

Browse files
authored
update dependabot (#3196)
* update dependabot * PR feedback
1 parent 25d1c7e commit f52f773

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,17 @@ updates:
3434
update-types:
3535
- "minor"
3636
- "patch"
37+
# Separate group for ASP.NET dependencies
38+
aspnet:
39+
patterns:
40+
- "Microsoft.AspNetCore.*"
41+
update-types:
42+
- "minor"
43+
- "patch"
44+
# Separate group for Microsoft.Extensions dependencies
45+
microsoft-extensions:
46+
patterns:
47+
- "Microsoft.Extensions.*"
48+
update-types:
49+
- "minor"
50+
- "patch"

0 commit comments

Comments
 (0)