feat: add renovate-bot cronjob

- Add new Kubernetes manifests for `renovate-bot` in `k8s-manifests/` directory
  - The Kubernetes manifests include a ConfigMap for `renovate-bot` configuration and a CronJob definition
  - The `renovate-bot` now runs as a Kubernetes CronJob scheduled daily
- Add new `start_renovate_bot.sh` script in `bin/` directory for manual job creation
- Update README and add new README.renovate

🤖
This commit is contained in:
Sebastian Mark 2023-07-26 21:35:45 +02:00
parent cd390c06bc
commit 1edbc436db
4 changed files with 135 additions and 0 deletions

View file

@ -10,6 +10,7 @@
* [loki](https://grafana.com/docs/loki/latest/)
* [keel](https://keel.sh)
* [reloader](https://github.com/stakater/Reloader)
* [removate-bot](https://github.com/renovatebot/renovate) (see [README.renovate.md](README.renovate.md))
## Installation (k3s + baseline)