33
44version : 2
55registries :
6- nuget-artifactory :
6+ nuget-github :
77 type : nuget-feed
8- url : https://artifactory.ccdc.cam.ac.uk/artifactory/api/npm/v3/ccdc-nuget
9- username : ${{ secrets.ARTIFACTORY_GH_NUGET_READ_ONLY_USER }}
10- password : ${{ secrets.ARTIFACTORY_GH_NUGET_READ_ONLY_API }}
11- nuget-azure-devops :
12- type : nuget-feed
13- url : https://pkgs.dev.azure.com/ccdc/_packaging/ccdc/npm/v3/index.json
14- username : ${{ secrets.AZURE_NUGET_ARTIFACTS_READ_ONLY_USER }}
15- password : ${{ secrets.AZURE_NUGET_ARTIFACTS_READ_ONLY_TOKEN }}
8+ url : https://nuget.pkg.github.com/ccdc-confidential/index.json
9+ username : ${{ secrets.CCDC_GITHUB_NUGET_FEED_USER }}
10+ password : ${{ secrets.CCDC_GITHUB_NUGET_FEED_PAT }}
1611 nuget-public :
1712 type : nuget-feed
18- url : https://api.npm .org/v3/index.json
13+ url : https://api.nuget .org/v3/index.json
1914
20- npm-artifactory :
21- type : nuget-feed
22- url : https://artifactory.ccdc.cam.ac.uk/artifactory/api/npm/ccdc-npm-mix/
23- username : ${{ secrets.ARTIFACTORY_GH_NPM_READ_ONLY_USER }}
24- password : ${{ secrets.ARTIFACTORY_GH_NPM_READ_ONLY_API }}
25- npm-azure-devops :
26- type : nuget-feed
27- url : https://pkgs.dev.azure.com/ccdc/_packaging/ccdc/npm/registry/
28- username : ${{ secrets.AZURE_NPM_ARTIFACTS_READ_ONLY_USER }}
29- password : ${{ secrets.AZURE_NPM_ARTIFACTS_READ_ONLY_TOKEN }}
15+ npm-github :
16+ type : npm-registry
17+ url : https://npm.pkg.github.com
18+ username : ${{ secrets.CCDC_GITHUB_NUGET_FEED_USER }}
19+ password : ${{ secrets.CCDC_GITHUB_NUGET_FEED_PAT }}
3020 npm-public :
31- type : nuget-feed
21+ type : npm-registry
3222 url : https://registry.npmjs.org
3323
3424updates :
@@ -46,7 +36,7 @@ updates:
4636 # Prefix all commit messages with "NO_JIRA"
4737 prefix : " NO_JIRA"
4838
49- # Enable version updates for NPM
39+ # Enable version updates for NPM
5040 - package-ecosystem : " npm"
5141 registries : " *"
5242 # Look for `package.json` or `package.lock` files in the `root` directory
0 commit comments