CI: Renovate for gated, self-hosted dependency updates #10
Reference in New Issue
Block a user
Delete Branch "renovate"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds Renovate for automated, gate-guarded dependency updates, following the
pwrpln/corepattern adapted to this repo (docker-hostrunner,docker runinstead of thecontainer:directive, exact pins)..gitea/workflows/renovate.yml— nightly self-hosted run ofrenovate/renovateagainst this repo only.renovate.json—config:recommended; standard managers (npm x2, Dockerfiles x2,compose*.yml, gitea actions) plus two custom regex managers for the image tags in workflowrun:steps; Ory and Playwright grouped as lockstep sets; every bump stays exact (no ranges, no digests); automerge on green.RENOVATE_TOKENsetup (reuse the sharedrenovate@larvit.sebot).Config validated with
renovate-config-validator --strict.