Skip to content

Commit f3338e0

Browse files
Add dotnet-sdk to Dependabot configuration
1 parent 405d264 commit f3338e0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
13+
- package-ecosystem: "dotnet-sdk"
14+
directory: "/"
15+
# Check for updates once a week
16+
schedule:
17+
interval: "weekly"

0 commit comments

Comments
 (0)