Skip to content

Commit 52616cd

Browse files
authored
Add NuGet package ecosystem to Dependabot config
1 parent 55f190c commit 52616cd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "monthly"
7+
- package-ecosystem: "nuget"
8+
directory: "/code/"
9+
schedule:
10+
interval: "weekly"

0 commit comments

Comments
 (0)