Skip to content

Commit

Permalink
Remove explicit registries in dependabot (#1671)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmholt authored Apr 29, 2021
1 parent c8f3285 commit 59b6be6
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
version: 2
registries:
powershell-gallery:
type: nuget-feed
url: https://www.powershellgallery.com/api/v2/
nuget-org:
type: nuget-feed
url: https://api.nuget.org/v3/index.json

updates:
- package-ecosystem: nuget
directory: "/"
Expand All @@ -15,7 +7,3 @@ updates:
time: "13:00"
timezone: America/Los_Angeles
open-pull-requests-limit: 10
registries:
- powershell-gallery
- nuget-org

0 comments on commit 59b6be6

Please sign in to comment.