renovate(role): always pull and use full image source
Some checks failed
/ Ansible Lint (push) Failing after 1m55s

Ensure we're always running the latest Renovate version.
This commit is contained in:
June 2025-10-30 05:13:23 +01:00
commit 23ea666906
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -6,7 +6,8 @@ Wants=network-online.target
[Service]
Type=oneshot
ExecStart=/usr/bin/docker run --rm \
--pull=always \
-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
docker.io/renovate/renovate:latest