Skip to content

Commit 546cff1

Browse files
Updated .github/dependabot.yml NO_JIRA
1 parent 9eedbf0 commit 546cff1

File tree

1 file changed

+12
-22
lines changed

1 file changed

+12
-22
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,22 @@
33

44
version: 2
55
registries:
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

3424
updates:
@@ -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

Comments
 (0)