Enable a persistent Renovate repository cache #50
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Problem
Each run starts cold: no persistent Renovate repository cache, so every hourly run
re-fetches from scratch (slower, more API calls).
Fix (optional)
Enable
RENOVATE_REPOSITORY_CACHE=enabledwith a persisted cache volume/path.Lower priority for a small instance.
Closing as won't do, there's no need for this in a setup this tiny just for me.