Skip to content

Commit

Permalink
Updated Dependabot to support the NuGet.org repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ashneilson committed Nov 25, 2021
1 parent 56d33d9 commit 8983cc5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
version: 2
registries:
nuget-default:
type: nuget-feed
url: https://api.nuget.org/v3/index.json
nuget-github:
type: nuget-feed
url: https://nuget.pkg.github.com/ricado-group/index.json
Expand All @@ -17,6 +20,7 @@ updates:
- package-ecosystem: "nuget"
directory: "/"
registries:
- nuget-default
- nuget-github
schedule:
interval: "daily"
Expand Down

0 comments on commit 8983cc5

Please sign in to comment.