Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ registries:
type: nuget-feed
# Dependabot needs access before it ignores, so still need to access TELBlazor despite ignoring it
url: https://nuget.pkg.github.com/TechnologyEnhancedLearning/index.json
username: kevwhitt-hee
password: ${{ secrets.DEPENDABOT_GIT_PACKAGES_TOKEN }}
# not expected to work
username: Phil-NHS
password: ${{ secrets.NUGETKEY }}
## username: kevwhitt-hee
## password: ${{ secrets.DEPENDABOT_GIT_PACKAGES_TOKEN }}
## username: "kevin.whittaker"
## qqqq del
## username: "kevin.whittaker"
Expand Down
Loading