2021-12-06 12:01:13 +01:00
|
|
|
// {{ ansible_managed }}
|
2021-12-06 11:29:17 +01:00
|
|
|
|
|
|
|
module.exports = {
|
|
|
|
endpoint: '{{ renovate_git_endpoint }}',
|
|
|
|
token: '{{ renovate_git_token }}',
|
|
|
|
platform: '{{ renovate_platform }}',
|
2022-01-29 16:08:11 +01:00
|
|
|
dockerUser: "{{ renovate_docker_user_group }}",
|
2021-12-06 11:29:17 +01:00
|
|
|
autodiscover: true,
|
|
|
|
onboardingConfig: {
|
|
|
|
extends: ['config:base'],
|
|
|
|
}
|
|
|
|
};
|