renovate: add persistent volume for base (and therefore cache) dir

This commit is contained in:
June 2025-10-22 19:42:20 +02:00
commit 8f612d1d9c
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -7,4 +7,6 @@ Wants=network-online.target
Type=oneshot
ExecStart=/usr/bin/docker run --rm \
-v "/etc/renovate/config.js:/usr/src/app/config.js" \
--mount "type=volume,src=renovate,dst=/tmp/renovate" \
--env "RENOVATE_BASE_DIR=/tmp/renovate" \
renovate/renovate