3
3
4
4
version : 2
5
5
registries :
6
- nuget-artifactory :
6
+ nuget-github :
7
7
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 }}
16
11
nuget-public :
17
12
type : nuget-feed
18
- url : https://api.npm .org/v3/index.json
13
+ url : https://api.nuget .org/v3/index.json
19
14
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 }}
30
20
npm-public :
31
- type : nuget-feed
21
+ type : npm-registry
32
22
url : https://registry.npmjs.org
33
23
34
24
updates :
@@ -46,7 +36,7 @@ updates:
46
36
# Prefix all commit messages with "NO_JIRA"
47
37
prefix : " NO_JIRA"
48
38
49
- # Enable version updates for NPM
39
+ # Enable version updates for NPM
50
40
- package-ecosystem : " npm"
51
41
registries : " *"
52
42
# Look for `package.json` or `package.lock` files in the `root` directory
0 commit comments