Skip to content

Commit e926dc9

Browse files
Add dotnet-sdk to Dependabot configuration
1 parent 72890c7 commit e926dc9

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
@@ -9,3 +9,10 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
13+
- package-ecosystem: "dotnet-sdk"
14+
# Look for a `global.json` in the `root` directory
15+
directory: "/"
16+
# Check for updates once a week
17+
schedule:
18+
interval: "weekly"

0 commit comments

Comments
 (0)