Skip to content

Commit 2c45b3f

Browse files
authored
Merge pull request #127 from TechnologyEnhancedLearning/ci-dependabot-setup
chore(dependabot): try azure token dont have permission to make new d…
2 parents ccda970 + d549b4e commit 2c45b3f

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,24 @@ 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
6+
github-nuget-feed:
7+
type: nuget-feed
8+
url: https://nuget.pkg.github.com/TechnologyEnhancedLearning/index.json
9+
username: "kevin.whittaker"
10+
# Hoping this has the permissions
11+
password: ${{ secrets.AZURE_DEVOPS_PAT }}
12+
913
# # Though we ignore the feed it will still need to know about it
1014
# # dependabot is more restrictive it needs a better key
15+
# # https://github.com/TechnologyEnhancedLearning/TELBlazor/network/updates
1116
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/configuring-access-to-private-registries-for-dependabot#adding-a-repository-secret-for-dependabot
1217
# token: ${{ secrets.NUGETKEY }}
1318
updates:
1419
- package-ecosystem: "nuget"
1520
directory: "/"
1621
registries:
1722
- nuget-org
18-
# - github-nuget-feed
23+
- github-nuget-feed
1924
schedule:
2025
interval: "daily"
2126
open-pull-requests-limit: 100

0 commit comments

Comments
 (0)