We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5592426 commit 4abe4e4Copy full SHA for 4abe4e4
1 file changed
.github/dependabot.yml
@@ -33,3 +33,10 @@ updates:
33
# Check for updates once a week
34
schedule:
35
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