8 lines
313 B
JavaScript
8 lines
313 B
JavaScript
|
module.exports = {
|
||
|
"endpoint": "https://code.mcvsoftware.com/api/v1", // replace it with your actual endpoint
|
||
|
"gitAuthor": "Renovate Bot <renovate-bot@mcvsoftware.com>",
|
||
|
"platform": "gitea",
|
||
|
"onboardingConfigFileName": "renovate.json",
|
||
|
"autodiscover": true,
|
||
|
"optimizeForDisabled": true,
|
||
|
};
|