Skip to content

Commit 59b6be6

Browse files
authored
Remove explicit registries in dependabot (#1671)
1 parent c8f3285 commit 59b6be6

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/dependabot.yml

-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
version: 2
2-
registries:
3-
powershell-gallery:
4-
type: nuget-feed
5-
url: https://www.powershellgallery.com/api/v2/
6-
nuget-org:
7-
type: nuget-feed
8-
url: https://api.nuget.org/v3/index.json
9-
102
updates:
113
- package-ecosystem: nuget
124
directory: "/"
@@ -15,7 +7,3 @@ updates:
157
time: "13:00"
168
timezone: America/Los_Angeles
179
open-pull-requests-limit: 10
18-
registries:
19-
- powershell-gallery
20-
- nuget-org
21-

0 commit comments

Comments
 (0)