Skip to content

Commit 0bb0fb2

Browse files
authored
Add dotnet-sdk package ecosystem to dependabot configuration (#830)
1 parent bcbce1a commit 0bb0fb2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.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)