Files
infra/renovate/config.example.js
2026-01-26 21:06:04 +01: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"]
};