13 lines
464 B
JavaScript
13 lines
464 B
JavaScript
module.exports = {
|
|
"platform": "gitea",
|
|
"endpoint": "https://git.akumatic.eu/api/v1", // replace it with your actual endpoint
|
|
"username": "renovate-bot",
|
|
"gitAuthor": "Renovate <renovate.bot@akumatic.eu>",
|
|
"autodiscover": true,
|
|
"onboardingConfigFileName": "renovate.json",
|
|
"onboardingConfig": {
|
|
"extends": ["config:recommended"],
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
|
},
|
|
"optimizeForDisabled": true,
|
|
}; |