File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 11version : 2
2+ registries :
3+ nuget-org :
4+ type : nuget-feed
5+ 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 }}
211updates :
312 - package-ecosystem : " nuget"
413 directory : " /"
14+ registries :
15+ - nuget-org
16+ - github-nuget-feed
517 schedule :
618 interval : " daily"
719 open-pull-requests-limit : 100
@@ -10,7 +22,7 @@ updates:
1022 ignore :
1123 # The cicd for TELBlazor manages the version to consume for showcase consuming the package
1224 - dependency-name : " TELBlazor.Components"
13-
25+ versions : ["*"]
1426 - package-ecosystem : " npm"
1527 directory : " /"
1628 schedule :
You can’t perform that action at this time.
0 commit comments