mirror of
https://github.com/khuedoan/homelab.git
synced 2025-03-10 04:47:09 +07:00
Revert "feat(platform): install Renovate Bot"
This reverts commit 6f7b16d2f9
.
Probably better to run as a Tekton pipeline instead of a Job
This commit is contained in:
parent
26fcbf6370
commit
70c1b3f385
@ -1,7 +0,0 @@
|
||||
apiVersion: v2
|
||||
name: renovate
|
||||
version: 0.0.0
|
||||
dependencies:
|
||||
- name: renovate
|
||||
version: 31.45.0
|
||||
repository: https://docs.renovatebot.com/helm-charts
|
@ -1,17 +0,0 @@
|
||||
renovate:
|
||||
cronjob:
|
||||
# schedule: '0 9 1 * *' # At 09:00 every month
|
||||
schedule: '*/10 * * * *' # TODO remove after testing
|
||||
suspend: false
|
||||
renovate:
|
||||
# TODO generate token automatically
|
||||
config: |
|
||||
{
|
||||
"platform": "gitea",
|
||||
"endpoint": "http://gitea-http.gitea:3000/api/v1",
|
||||
"token": "TODO-gitea-renovate-token",
|
||||
"autodiscover": "false",
|
||||
"repositories": [
|
||||
"ops/homelab"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user