Skip to content

Commit

Permalink
Check for updates on nuget.org
Browse files Browse the repository at this point in the history
This should enable Dependabot to send PRs once an update is available on nuget.org. From there, we can request that the package be mirrored on the dotnet-public feed. Today, I manually watch for updates on nuget.org. This will automate that part of our workflow.
  • Loading branch information
bricelam authored Jan 28, 2022
1 parent 1981b2e commit 43ca626
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
version: 2
registries:
nuget.org:
type: nuget-feed
url: https://api.nuget.org/v3/index.json
updates:
- package-ecosystem: nuget
directory: /
Expand Down Expand Up @@ -29,3 +33,4 @@ updates:
labels:
- area-infrastructure
- 'type-dependency update :arrow_up_small:'
registries: '*'

0 comments on commit 43ca626

Please sign in to comment.