infrastructure/ansible/roles/renovate/files/config.js
Jake Howard 78b0161585
Install renovate
It doesn't quite work, as really it needs docker to correctly update packages. But it's a start for now
2022-01-01 18:23:32 +00:00

12 lines
280 B
JavaScript

module.exports = {
endpoint: 'https://git.theorangeone.net/api/v4/',
token: '{{ renovate_gitlab_token }}',
platform: 'gitlab',
//dryRun: true,
autodiscover: true,
onboarding: false,
redisUrl: 'redis://redis',
repositoryCache: 'enabled',
persistRepoData: true
};