File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,19 @@ 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
9- # Though we ignore the feed it will still need to know about it
10- token : ${{ secrets.NUGETKEY }}
6+ # github-nuget-feed:
7+ # type: nuget-feed
8+ # url: https://nuget.pkg.github.com/TechnologyEnhancedLearning/index.json
9+ # # Though we ignore the feed it will still need to know about it
10+ # # dependabot is more restrictive it needs a better key
11+ # https://docs.github.com/en/code-security/dependabot/working-with-dependabot/configuring-access-to-private-registries-for-dependabot#adding-a-repository-secret-for-dependabot
12+ # token: ${{ secrets.NUGETKEY }}
1113updates :
1214 - package-ecosystem : " nuget"
1315 directory : " /"
1416 registries :
1517 - nuget-org
16- - github-nuget-feed
18+ # - github-nuget-feed
1719 schedule :
1820 interval : " daily"
1921 open-pull-requests-limit : 100
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!--
33
4- This config is replaces nuget.config in cicd.
5- It provides credentials incase the TEL git packages feed is used.
4+ This config is replaces nuget.config in cicd.
5+ It provides credentials incase the TEL git packages feed is used.
66
77-->
88<configuration >
You can’t perform that action at this time.
0 commit comments