Skip to content

Commit 4abe4e4

Browse files
authored
Add dotnet-sdk package ecosystem to dependabot configuration (#830)
1 parent 5592426 commit 4abe4e4

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)