Skip to content
Merged
Show file tree
Hide file tree
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
14 changes: 8 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@ registries:
nuget-org:
type: nuget-feed
url: https://api.nuget.org/v3/index.json
github-nuget-feed:
type: nuget-feed
url: https://nuget.pkg.github.com/TechnologyEnhancedLearning/index.json
# Though we ignore the feed it will still need to know about it
token: ${{ secrets.NUGETKEY }}
# github-nuget-feed:
# type: nuget-feed
# url: https://nuget.pkg.github.com/TechnologyEnhancedLearning/index.json
# # Though we ignore the feed it will still need to know about it
# # dependabot is more restrictive it needs a better key
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/configuring-access-to-private-registries-for-dependabot#adding-a-repository-secret-for-dependabot
# token: ${{ secrets.NUGETKEY }}
updates:
- package-ecosystem: "nuget"
directory: "/"
registries:
- nuget-org
- github-nuget-feed
# - github-nuget-feed
schedule:
interval: "daily"
open-pull-requests-limit: 100
Expand Down
4 changes: 2 additions & 2 deletions nuget.config.cicd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--

This config is replaces nuget.config in cicd.
It provides credentials incase the TEL git packages feed is used.
This config is replaces nuget.config in cicd.
It provides credentials incase the TEL git packages feed is used.

-->
<configuration>
Expand Down
Loading