We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcbce1a commit 0bb0fb2Copy full SHA for 0bb0fb2
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