From 126a2cfb2ccb492f7deb0669f9c184d1ef612b2d Mon Sep 17 00:00:00 2001 From: mirek163 <95099003+mirek163@users.noreply.github.com> Date: Fri, 30 Aug 2024 13:50:37 +0200 Subject: [PATCH] Update renovate_config.js Signed-off-by: mirek163 <95099003+mirek163@users.noreply.github.com> --- renovate_config.js | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/renovate_config.js b/renovate_config.js index 9eb53a2ec9..48a8af7e5b 100644 --- a/renovate_config.js +++ b/renovate_config.js @@ -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: [ @@ -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"],