Skip to content

Commit 744eb3d

Browse files
authored
Merge pull request #130 from TechnologyEnhancedLearning/ci-dependabot-setup
chore(dependabot): just not authorising
2 parents 8448194 + 3116c8f commit 744eb3d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ registries:
55
url: https://api.nuget.org/v3/index.json
66
github-nuget-feed:
77
type: nuget-feed
8+
# Dependabot needs access before it ignores, so still need to access TELBlazor despite ignoring it
89
url: https://nuget.pkg.github.com/TechnologyEnhancedLearning/index.json
9-
username: "kevin.whittaker"
10+
username: kevwhitt-hee
1011
password: ${{ secrets.DEPENDABOT_GIT_PACKAGES_TOKEN }}
11-
12+
## username: "kevin.whittaker"
13+
## qqqq del
14+
## username: "kevin.whittaker"
1215
# # Though we ignore the feed it will still need to know about it
1316
# # dependabot is more restrictive it needs a better key
1417
# # https://github.com/TechnologyEnhancedLearning/TELBlazor/network/updates

0 commit comments

Comments
 (0)