Initial setup of renovate bot
This commit is contained in:
14
ansible/roles/renovate/templates/config.js
Normal file
14
ansible/roles/renovate/templates/config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
endpoint: "git.{{ personal_domain }}/api/v2",
|
||||
token: '{{ renovate_gitea_token }}',
|
||||
platform: 'gitea',
|
||||
dryRun: true,
|
||||
autodiscover: true,
|
||||
onboarding: false,
|
||||
redisUrl: 'redis://redis',
|
||||
repositoryCache: 'enabled',
|
||||
persistRepoData: true,
|
||||
binarySource: "docker",
|
||||
dockerUser: "{{ primary_uid }}",
|
||||
baseDir: "{{ data_dir }}/renovate",
|
||||
};
|
Reference in New Issue
Block a user