Skip to content

Commit 7379163

Browse files
authored
Configure multi-ecosystem grouping for .NET SDK Dependabot updates (#833)
1 parent 3155d50 commit 7379163

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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"
812
updates:
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"

0 commit comments

Comments
 (0)