mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 13:08:52 +07:00
16 lines
463 B
YAML
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
|