khuedoan-homelab/platform/renovate/values.yaml
2022-01-23 23:24:20 +07:00

23 lines
699 B
YAML

renovate:
cronjob:
# At 09:00 every month
schedule: '0 9 1 * *'
suspend: false
renovate:
# # -- Custom exiting global renovate config
# existingConfigFile: ''
# # -- Inline global renovate config.json
# config: ''
# # See https://docs.renovatebot.com/self-hosted-configuration
# # config: |
# # {
# # "platform": "gitlab",
# # "endpoint": "https://gitlab.example.com/api/v4",
# # "token": "your-gitlab-renovate-user-token",
# # "autodiscover": "false",
# # "dryRun": true,
# # "printConfig": true,
# # "logLevel": "debug",
# # "repositories": ["username/repo", "orgname/repo"]
# # }