File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -3,19 +3,24 @@ registries:
33 nuget-org :
44 type : nuget-feed
55 url : https://api.nuget.org/v3/index.json
6- # github-nuget-feed:
7- # type: nuget-feed
8- # url: https://nuget.pkg.github.com/TechnologyEnhancedLearning/index.json
6+ github-nuget-feed :
7+ type : nuget-feed
8+ url : https://nuget.pkg.github.com/TechnologyEnhancedLearning/index.json
9+ username : " kevin.whittaker"
10+ # Hoping this has the permissions
11+ password : ${{ secrets.AZURE_DEVOPS_PAT }}
12+
913 # # Though we ignore the feed it will still need to know about it
1014 # # dependabot is more restrictive it needs a better key
15+ # # https://github.com/TechnologyEnhancedLearning/TELBlazor/network/updates
1116 # https://docs.github.com/en/code-security/dependabot/working-with-dependabot/configuring-access-to-private-registries-for-dependabot#adding-a-repository-secret-for-dependabot
1217 # token: ${{ secrets.NUGETKEY }}
1318updates :
1419 - package-ecosystem : " nuget"
1520 directory : " /"
1621 registries :
1722 - nuget-org
18- # - github-nuget-feed
23+ - github-nuget-feed
1924 schedule :
2025 interval : " daily"
2126 open-pull-requests-limit : 100
You can’t perform that action at this time.
0 commit comments