Skip to content

Commit 9a57269

Browse files
Add dotnet-sdk package ecosystem to dependabot.yml
Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com>
1 parent f1c372d commit 9a57269

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,10 @@ updates:
3333
# Check for updates once a week
3434
schedule:
3535
interval: "weekly"
36+
37+
- package-ecosystem: "dotnet-sdk"
38+
# Look for a `global.json` in the `root` directory
39+
directory: "/"
40+
# Check for updates once a week
41+
schedule:
42+
interval: "weekly"

0 commit comments

Comments
 (0)