Skip to content

Commit 066bfb8

Browse files
Add dependabot groups
1 parent eaea73e commit 066bfb8

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,21 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "daily"
8+
groups:
9+
Web:
10+
patterns:
11+
- "Microsoft.AspNetCore.Components.WebAssembly"
12+
- "Microsoft.AspNetCore.Components.WebAssembly.Authentication"
13+
- "Microsoft.FluentUI.AspNetCore.Components"
14+
- "Microsoft.FluentUI.AspNetCore.Components.Icons"
15+
AppHost:
16+
patterns:
17+
- "Aspire.Hosting.AppHost"
818
- package-ecosystem: "github-actions"
919
directory: "/"
1020
schedule:
1121
interval: "daily"
22+
groups:
23+
Actions:
24+
patterns:
25+
- "*"

0 commit comments

Comments
 (0)