File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments