mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 21:54:49 +07:00
13 lines
316 B
YAML
13 lines
316 B
YAML
renovate:
|
|
cronjob:
|
|
schedule: '0 9 * * *' # Everyday at 09:00
|
|
renovate:
|
|
config: |
|
|
{
|
|
"platform": "gitea",
|
|
"endpoint": "https://git.khuedoan.com/api/v1",
|
|
"gitAuthor": "Renovate Bot <bot@renovateapp.com>",
|
|
"autodiscover": true
|
|
}
|
|
existingSecret: renovate-secret
|