File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ registries:
55 url : https://pkgs.dev.azure.com/intelliTect/_packaging/EssentialCSharp/nuget/v3/index.json
66 username : ${{secrets.AZURE_DEVOPS_PAT_USERNAME}}
77 password : ${{secrets.AZURE_DEVOPS_PAT}}
8+ multi-ecosystem-groups :
9+ dotnet-sdk-updates :
10+ schedule :
11+ interval : " weekly"
812updates :
913 - package-ecosystem : " nuget" # See documentation for possible values
1014 directories :
@@ -30,13 +34,19 @@ updates:
3034 - package-ecosystem : " docker"
3135 # Look for a `Dockerfile` in the `root` directory
3236 directory : " /EssentialCSharp.Web/"
37+ patterns :
38+ - " *"
39+ multi-ecosystem-group : " dotnet-sdk-updates"
3340 # Check for updates once a week
3441 schedule :
3542 interval : " weekly"
3643
3744 - package-ecosystem : " dotnet-sdk"
3845 # Look for a `global.json` in the `root` directory
3946 directory : " /"
47+ patterns :
48+ - " *"
49+ multi-ecosystem-group : " dotnet-sdk-updates"
4050 # Check for updates once a week
4151 schedule :
4252 interval : " weekly"
You can’t perform that action at this time.
0 commit comments