13 lines
422 B
JavaScript
13 lines
422 B
JavaScript
module.exports = {
|
|
"endpoint": "https://git.helcel.net/api/v1",
|
|
"gitAuthor": "Renovate Bot <renovate-bot@gitea.com>",
|
|
"platform": "gitea",
|
|
"onboardingConfigFileName": "renovate.json",
|
|
"autodiscover": true,
|
|
"autodiscoverFilter": ["sora/*", "helcel/*", "telebot/*"],
|
|
"optimizeForDisabled": true,
|
|
"forkProcessing": "disabled",
|
|
"dryRun": null,
|
|
"binarySource": "install",
|
|
};
|