Skip to content

Commit

Permalink
Configure nuget to use the public nuget feed. (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
mijpeterson authored Aug 29, 2024
1 parent f128d4e commit a119bb5
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,5 +1,9 @@
# Set update schedule for GitHub Actions
version: 2
registries:
public-nuget:
type: nuget-feed
url: https://api.nuget.org/v3/index.json
updates:
- package-ecosystem: "github-actions"
directory: "/"
Expand All @@ -8,6 +12,7 @@ updates:
interval: "weekly"
- package-ecosystem: "nuget"
directory: "/"
registries: "*"
schedule:
interval: "weekly"
groups:
Expand Down

0 comments on commit a119bb5

Please sign in to comment.