Skip to content

Commit

Permalink
Update renovate_config.js
Browse files Browse the repository at this point in the history
Signed-off-by: mirek163 <[email protected]>
  • Loading branch information
mirek163 authored Aug 29, 2024
1 parent 3bf55e3 commit a3ec74d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions renovate_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,24 @@ module.exports = {
baseBranches: ['v2.x.x','v3.x.x-renovate'],
dependencyDashboard: true,
hostRules: [
//{
// matchPackageNames: ["npm"],
// sourceUrl: "https://zowe.jfrog.io/artifactory/api/npm/",
//
//}
// {
// "hostType": "npm",
// "matchHost": "registry.npmjs.org",
// "replaceHost": "zowe.jfrog.io/artifactory/api/npm/npm-org"
// "replaceHost": "https://zowe.jfrog.io/artifactory/api/npm/"
//}
// {
// hostType: 'npm',
//matchHost: 'zowe.jfrog.io/artifactory/api/npm/npm-org/'
// }
{
"hostType": 'npm',
"matchHost": 'https://zowe.jfrog.io/artifactory/api/npm/npm-org/'
}
],
packageRules: [

{
// matchPackageNames: ["npm"],
// sourceUrl: "https://zowe.jfrog.io/artifactory/api/npm/",
"matchDatasources": ["npm"],
"registryUrls": ["https://zowe.jfrog.io/artifactory/api/npm/npm-org/"]
},{
Expand Down

0 comments on commit a3ec74d

Please sign in to comment.