Skip to content

Commit 29b8821

Browse files
authored
Add Dependabot configuration for NuGet packages
Signed-off-by: La Minh Phuc <[email protected]>
1 parent 3eabec8 commit 29b8821

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
registries:
3+
public-nuget:
4+
type: nuget-feed
5+
url: https://api.nuget.org/v3/index.json
6+
updates:
7+
- package-ecosystem: nuget
8+
directory: "/"
9+
registries:
10+
- public-nuget
11+
schedule:
12+
interval: weekly
13+
open-pull-requests-limit: 15
14+

0 commit comments

Comments
 (0)