11 lines
257 B
Plaintext
11 lines
257 B
Plaintext
|
{{ ansible_managed }}
|
||
|
|
||
|
module.exports = {
|
||
|
endpoint: '{{ renovate_git_endpoint }}',
|
||
|
token: '{{ renovate_git_token }}',
|
||
|
platform: '{{ renovate_platform }}',
|
||
|
autodiscover: true,
|
||
|
onboardingConfig: {
|
||
|
extends: ['config:base'],
|
||
|
}
|
||
|
};
|