mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-20 17:33:17 +07:00
13 lines
319 B
YAML
13 lines
319 B
YAML
renovate:
|
|
cronjob:
|
|
schedule: '0 9 1 * *' # At 09:00 every month
|
|
renovate:
|
|
config: |
|
|
{
|
|
"platform": "gitea",
|
|
"endpoint": "https://git.khuedoan.com/api/v1",
|
|
"gitAuthor": "Renovate Bot <bot@renovateapp.com>",
|
|
"autodiscover": true
|
|
}
|
|
existingSecret: renovate-secret
|