khuedoan-homelab/platform/renovate/values.yaml

20 lines
586 B
YAML
Raw Normal View History

renovate:
cronjob:
# schedule: '0 9 1 * *' # At 09:00 every month
schedule: '*/5 * * * *' # TODO remove after testing
suspend: false
renovate:
2022-01-30 16:15:10 +07:00
# TODO generate token automatically, this is just for testing
config: |
{
"platform": "gitea",
"endpoint": "http://gitea-http.gitea:3000/api/v1",
"gitUrl": "endpoint",
2022-01-30 16:15:10 +07:00
"gitAuthor": "Renovate Bot <bot@renovateapp.com>",
"token": "31a914fe134384e4044a7d3f7f965bea7a5be5b0",
2022-01-30 16:24:03 +07:00
"autodiscover": false,
"repositories": [
"ops/homelab"
]
}