Skip to content

Commit 16fff2e

Browse files
authored
Configure Dependabot for NuGet with daily updates
Updated Dependabot configuration to use NuGet as the package ecosystem and changed update schedule to daily.
1 parent 4750077 commit 16fff2e

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
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "nuget"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)