Files
infra/renovate/config.example.js
2025-10-22 11:51:35 +00:00

11 lines
191 B
JavaScript

module.exports = {
platform: 'gitea',
endpoint: 'https://git.example.com/api/v1/',
token: '',
onboarding: true,
autodiscover: true,
configFileNames: [".gitea/renovate.json"]
};