2025-07-07 13:19:27 +05:30
|
|
|
module.exports = {
|
2026-02-08 21:20:36 +05:30
|
|
|
platform: 'gitea',
|
2025-12-12 17:08:07 +05:30
|
|
|
endpoint: 'https://git.ryuu.in/api/v1/',
|
|
|
|
|
gitAuthor: 'Renovate Bot <renovate@sh.ryuu.in>',
|
2025-07-07 13:19:27 +05:30
|
|
|
username: 'renovate-bot',
|
|
|
|
|
autodiscover: true,
|
|
|
|
|
onboardingConfig: {
|
|
|
|
|
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
|
|
|
|
extends: ['config:recommended'],
|
|
|
|
|
},
|
|
|
|
|
optimizeForDisabled: true,
|
|
|
|
|
persistRepoData: true,
|
|
|
|
|
abandonmentThreshold: "1 year",
|
|
|
|
|
};
|