Skip to content

Commit 2afbd5b

Browse files
authored
Update dependabot.yml (break .net group) (#3114)
1 parent a29c91a commit 2afbd5b

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,24 @@ updates:
55
schedule:
66
interval: "daily"
77
groups:
8-
net:
8+
net: #I like to merge this groups, but it will cause dependabot to timeout
99
patterns:
1010
- "Microsoft.Extensions.*"
11-
- "Microsoft.AspNetCore.*"
12-
- "Microsoft.EntityFrameworkCore*"
1311
- "System.Text.Json"
1412
- "System.Net.Http.Json"
13+
update-types:
14+
- "minor"
15+
- "patch"
16+
aspnet:
17+
patterns:
18+
- "Microsoft.AspNetCore.*"
19+
update-types:
20+
- "minor"
21+
- "patch"
22+
efcore:
23+
patterns:
24+
- "Microsoft.AspNetCore.*"
25+
- "Microsoft.EntityFrameworkCore*"
1526
- "dotnet-ef"
1627
update-types:
1728
- "minor"

0 commit comments

Comments
 (0)