Skip to content

Commit 9f9374d

Browse files
authored
Merge pull request #31 from krymtkts/feature/dependabot
Update Dependabot configuration to better organize grouping patterns for dotnet-tools, Avalonia, and test libraries
2 parents c6ee7cf + 3861659 commit 9f9374d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,33 @@ updates:
2121
# NOTE: dependabot raises dependency_file_not_found error with root directory.
2222
# NOTE: directories can use glob patterns.
2323
directories:
24+
- "/"
2425
- "/src/*"
2526
schedule:
2627
interval: "weekly"
2728
day: "friday"
2829
time: "06:00"
2930
timezone: "Asia/Tokyo"
3031
groups:
32+
dotnet-tools:
33+
patterns:
34+
- "fantomas"
35+
- "fsharp-analyzers"
36+
- "Ionide.Analyzers"
37+
- "coverlet.console"
38+
- "dotnet-reportgenerator-globaltool"
3139
pwsh-std:
3240
patterns:
3341
- "PowerShellStandard.Library"
3442
update-types:
3543
- "patch"
44+
avalonia:
45+
patterns:
46+
- "Avalonia.*"
47+
test-libs:
48+
patterns:
49+
- "Expecto"
50+
- "YoloDev.Expecto.TestSdk"
3651
ignore:
3752
- dependency-name: "PowerShellStandard.Library"
3853
update-types:

0 commit comments

Comments
 (0)