Skip to content

Commit

Permalink
use jfrog registry (#3736)
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Hernán Carle <pablo.carle@broadcom.com>
Co-authored-by: Pablo Hernán Carle <pablo.carle@broadcom.com>
  • Loading branch information
pablocarle and Pablo Hernán Carle authored Sep 3, 2024
1 parent 30833df commit 9eabd3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion renovate-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ module.exports = {
dependencyDashboardLabels: ['dependencies'],
commitMessagePrefix: 'chore: ',
prHourlyLimit: 0, // removes rate limit for PR creation per hour
npmrc: 'legacy-peer-deps=true', //for updating lock-files
npmrc: 'legacy-peer-deps=true\nregistry=https://zowe.jfrog.io/artifactory/api/npm/npm-org/', //for updating lock-files
npmrcMerge: true //be combined with a "global" npmrc
};
2 changes: 1 addition & 1 deletion zowe-cli-id-federation-plugin/.npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
registry=https://registry.npmjs.org/
registry=https://zowe.jfrog.io/artifactory/api/npm/npm-org/
@zowe:registry=https://zowe.jfrog.io/zowe/api/npm/npm-release/

0 comments on commit 9eabd3e

Please sign in to comment.