12 lines
312 B
Django/Jinja
12 lines
312 B
Django/Jinja
// {{ ansible_managed }}
|
|
|
|
module.exports = {
|
|
endpoint: '{{ renovate_git_endpoint }}',
|
|
token: '{{ renovate_git_token }}',
|
|
platform: '{{ renovate_platform }}',
|
|
dockerUser: "{{ renovate_docker_user_group }}",
|
|
autodiscover: true,
|
|
onboardingConfig: {
|
|
extends: ['config:base'],
|
|
}
|
|
}; |