ansible-renovate-role/templates/renovate-config.js.j2

11 lines
267 B
Plaintext
Raw Permalink Normal View History

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 }}',
autodiscover: true,
onboardingConfig: {
2024-01-03 11:04:55 +01:00
extends: ['config:recommended'],
2021-12-06 11:29:17 +01:00
}
};