Skip to content

Commit 2d8f42f

Browse files
committed
Force Dependabot ot use public NuGet feed
Otherwise it tries to use our CFS feed and can't check for updates.
1 parent ea5f3f0 commit 2d8f42f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

+6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
version: 2
2+
registries:
3+
nuget:
4+
type: nuget-feed
5+
url: https://api.nuget.org/v3/index.json
26
updates:
37
- package-ecosystem: nuget
48
directory: "/"
9+
registries:
10+
- nuget
511
labels: [ ]
612
schedule:
713
interval: weekly

0 commit comments

Comments
 (0)