From 773735f61e46ec76515500046c1dc78ad009ab2f Mon Sep 17 00:00:00 2001 From: Igor Ilin Date: Thu, 30 Jan 2025 18:46:34 +0300 Subject: [PATCH] change config.js --- config.js | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/config.js b/config.js index e4879d4..a382985 100644 --- a/config.js +++ b/config.js @@ -1,8 +1,10 @@ module.exports = { - "endpoint": "https://gitprofit.ru/api/v1", - "gitAuthor": "Renovate Bot ", - "platform": "gitea", - "onboardingConfigFileName": "renovate.json", - "autodiscover": true, - "optimizeForDisabled": true, -}; \ No newline at end of file + endpoint: "https://gitprofit.ru/api/v1", + gitAuthor: "Renovate Bot ", + platform: "gitea", + onboardingConfigFileName: "renovate.json", + autodiscover: true, + optimizeForDisabled: true, + baseBranches: ["pl-refactor"], + allowedManagers: ["npm", "yarn"], +};