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