Renovate Bot 8d0bcd2411
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
CI / Test (action.json) (pull_request) Successful in 2m9s
CI / Test (docker-compose.json) (pull_request) Successful in 2m7s
CI / Test (k8s.json) (pull_request) Successful in 2m6s
CI / Test (helm.json) (pull_request) Successful in 18m36s
CI / Test (common.json) (pull_request) Successful in 18m39s
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.1.5
2026-02-27 17:47:46 +00:00
2025-10-08 15:39:29 +02:00
2025-10-08 18:46:12 +02:00

Renovate configs

Reusable renovate configs, covering a number of use cases and opinionated "best practices".

Usage:

Your renovate.json

{
  "extends": [
    "local>t.behrendt/renovate-configs:helm#1.0.0",
    "local>t.behrendt/renovate-configs:k8s#1.0.0"
  ]
}

Common

Sets defaults such as the dependency dashboard.

k8s

Keeps OCI image references for k8s deployments up-to-date. Requires the k8s manifests to be in the "./k8s" directory.

Helm

Keeps the chart itself up-to-date as well as image references in chart values. Requires values to be in the "./values" directory. Supports both yaml and yaml.gotmpl for secrets.

Action

Keeps your Gitea actions up-to-date. Also always pins to a commit hash, prevening attack vectors utilizing tag reusal.

Docker Compose

Keeps Docker Compose service images up-to-date. Also always pins to a digest hash.

Description
Reusable renovate configs for my repos
Readme MIT 125 KiB