We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaea73e commit 066bfb8Copy full SHA for 066bfb8
1 file changed
.github/dependabot.yml
@@ -5,7 +5,21 @@ updates:
5
directory: "/"
6
schedule:
7
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
17
+ - "Aspire.Hosting.AppHost"
18
- package-ecosystem: "github-actions"
19
20
21
22
23
+ Actions:
24
25
+ - "*"
0 commit comments