Files
renovate-config/config.js
T

14 lines
392 B
JavaScript
Raw Normal View History

2025-07-07 13:19:27 +05:30
module.exports = {
2025-12-12 17:08:07 +05:30
platform: 'forgejo',
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",
};