infra/k8s/forgejo/renovate/config.js

11 lines
252 B
JavaScript
Raw Permalink Normal View History

module.exports = {
autodiscover: true,
endpoint: 'https://git.janky.solutions',
gitAuthor: 'Renovate Bot <renovatebot@janky.solutions>',
platform: 'gitea',
allowScripts: true,
allowedPostUpgradeCommands: [
".*"
]
};