This commit is contained in:
parent
055e8e048b
commit
773735f61e
14
config.js
14
config.js
@ -1,8 +1,10 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
"endpoint": "https://gitprofit.ru/api/v1",
|
endpoint: "https://gitprofit.ru/api/v1",
|
||||||
"gitAuthor": "Renovate Bot <renovate-bot@yourhost.com>",
|
gitAuthor: "Renovate Bot <renovate-bot@yourhost.com>",
|
||||||
"platform": "gitea",
|
platform: "gitea",
|
||||||
"onboardingConfigFileName": "renovate.json",
|
onboardingConfigFileName: "renovate.json",
|
||||||
"autodiscover": true,
|
autodiscover: true,
|
||||||
"optimizeForDisabled": true,
|
optimizeForDisabled: true,
|
||||||
|
baseBranches: ["pl-refactor"],
|
||||||
|
allowedManagers: ["npm", "yarn"],
|
||||||
};
|
};
|
Loading…
Reference in New Issue
Block a user