File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 44# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55
66version : 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 }}
137updates :
148 - package-ecosystem : " nuget"
159 directory : " /" # Location of package manifests
@@ -50,3 +44,10 @@ updates:
5044 ignore :
5145 - dependency-name : " *"
5246 update-types : ["version-update:semver-major"]
47+
48+ registries :
49+ private-nuget :
50+ type : nuget-feed
51+ url : " https://pkgs.dev.azure.com/e-LfH/_packaging/LearningHubFeed/nuget/v3/index.json"
52+ username : " kevin.whittaker"
53+ password : ${{ secrets.AZURE_DEVOPS_PAT }}
You can’t perform that action at this time.
0 commit comments