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 30, 2024
1 parent cb09728 commit 126a2cf
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions renovate_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ module.exports = {
// {
{
"hostType": 'npm',
"matchHost": 'https://zowe.jfrog.io/artifactory/api/npm/npm-org/'
"matchHost": 'https://zowe.jfrog.io/artifactory/api/npm/npm-org/',
"enabled": true
},
{
"matchHost": 'https://registry.npmjs.org/',
"enabled": false
}
],
packageRules: [
Expand All @@ -26,9 +31,10 @@ module.exports = {
//"matchDatasources": ["npm"],
//"registryUrls": ["https://zowe.jfrog.io/artifactory/api/npm/npm-org/"]

"matchDatasources": ["npm"],
"sourceUrl": ["https://zowe.jfrog.io/artifactory/api/npm/npm-org/"]
},{
//"matchDatasources": ["npm"],
//"sourceUrl": ["https://zowe.jfrog.io/artifactory/api/npm/npm-org/"]
//},
//{
//for v.2.x.x branch ignore grouping from extends preset, find all packages which are patches,
// slug them and make PR with name "all patch dependencies"
"matchBaseBranches": ["v2.x.x"],
Expand Down

0 comments on commit 126a2cf

Please sign in to comment.