renovate-config/config.js
Igor Ilin 773735f61e
All checks were successful
renovate / renovate (push) Successful in 1m21s
change config.js
2025-01-30 18:46:34 +03:00

11 lines
308 B
JavaScript

module.exports = {
endpoint: "https://gitprofit.ru/api/v1",
gitAuthor: "Renovate Bot <renovate-bot@yourhost.com>",
platform: "gitea",
onboardingConfigFileName: "renovate.json",
autodiscover: true,
optimizeForDisabled: true,
baseBranches: ["pl-refactor"],
allowedManagers: ["npm", "yarn"],
};