14 lines
392 B
JavaScript
14 lines
392 B
JavaScript
module.exports = {
|
|
platform: 'forgejo',
|
|
endpoint: 'https://git.ryuu.in/api/v1/',
|
|
gitAuthor: 'Renovate Bot <renovate@sh.ryuu.in>',
|
|
username: 'renovate-bot',
|
|
autodiscover: true,
|
|
onboardingConfig: {
|
|
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
|
extends: ['config:recommended'],
|
|
},
|
|
optimizeForDisabled: true,
|
|
persistRepoData: true,
|
|
abandonmentThreshold: "1 year",
|
|
}; |