khuedoan-homelab/platform/renovate/values.yaml
2022-03-24 10:51:17 +07:00

16 lines
463 B
YAML

renovate:
cronjob:
# schedule: '0 9 1 * *' # At 09:00 every month
schedule: '*/5 * * * *' # TODO remove after testing
suspend: false
renovate:
# TODO generate token automatically, this is just for testing
config: |
{
"platform": "gitea",
"endpoint": "https://git.khuedoan.com/api/v1",
"gitAuthor": "Renovate Bot <bot@renovateapp.com>",
"autodiscover": true
}
existingSecret: renovate-secret