2025-01-25 10:21:30 +00:00
|
|
|
module.exports = {
|
2025-01-30 15:46:34 +00:00
|
|
|
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"],
|
|
|
|
};
|