We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 267a538 commit 3116c8fCopy full SHA for 3116c8f
.github/dependabot.yml
@@ -5,10 +5,13 @@ registries:
5
url: https://api.nuget.org/v3/index.json
6
github-nuget-feed:
7
type: nuget-feed
8
+ # Dependabot needs access before it ignores, so still need to access TELBlazor despite ignoring it
9
url: https://nuget.pkg.github.com/TechnologyEnhancedLearning/index.json
- username: "kevin.whittaker"
10
+ username: kevwhitt-hee
11
password: ${{ secrets.DEPENDABOT_GIT_PACKAGES_TOKEN }}
-
12
+ ## username: "kevin.whittaker"
13
+ ## qqqq del
14
15
# # Though we ignore the feed it will still need to know about it
16
# # dependabot is more restrictive it needs a better key
17
# # https://github.com/TechnologyEnhancedLearning/TELBlazor/network/updates
0 commit comments