2022-01-30 16:11:06 +07:00
|
|
|
renovate:
|
|
|
|
cronjob:
|
|
|
|
# schedule: '0 9 1 * *' # At 09:00 every month
|
2022-01-30 17:22:03 +07:00
|
|
|
schedule: '*/5 * * * *' # TODO remove after testing
|
2022-01-30 16:11:06 +07:00
|
|
|
suspend: false
|
|
|
|
renovate:
|
2022-01-30 16:15:10 +07:00
|
|
|
# TODO generate token automatically, this is just for testing
|
2022-01-30 16:11:06 +07:00
|
|
|
config: |
|
|
|
|
{
|
|
|
|
"platform": "gitea",
|
2022-01-30 21:29:42 +07:00
|
|
|
"endpoint": "https://git.khuedoan.com/api/v1",
|
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,
|
2022-01-30 16:11:06 +07:00
|
|
|
"repositories": [
|
|
|
|
"ops/homelab"
|
|
|
|
]
|
|
|
|
}
|