Skip to content

Commit 6d4dd7a

Browse files
committed
chore(dependabot): specify registries
1 parent 4371cef commit 6d4dd7a

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff 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 }}
1113
updates:
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

nuget.config.cicd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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>

0 commit comments

Comments
 (0)