We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5ecf7 commit 2fd178fCopy full SHA for 2fd178f
.github/dependabot.yml
@@ -5,11 +5,14 @@
5
6
version: 2
7
registries:
8
- - private-nuget:
9
- type: nuget-feed
10
- url: "https://pkgs.dev.azure.com/e-LfH/_packaging/LearningHubFeed/nuget/v3/index.json"
11
- username: "kevin.whittaker"
12
- password: ${{ secrets.AZURE_DEVOPS_PAT }}
+ private-nuget:
+ type: nuget-feed
+ url: "https://pkgs.dev.azure.com/e-LfH/_packaging/LearningHubFeed/nuget/v3/index.json"
+ username: "kevin.whittaker"
+ password: ${{ secrets.AZURE_DEVOPS_PAT }}
13
+ public-nuget:
14
15
+ url: "https://api.nuget.org/v3/index.json"
16
updates:
17
- package-ecosystem: "nuget"
18
directory: "/" # Location of package manifests
0 commit comments