ansible-infra/roles/renovate/files/renovate-cleanup.timer
June ca04b71f94
Some checks are pending
/ Ansible Lint (push) Waiting to run
/ build (pull_request) Waiting to run
/ Ansible Lint (pull_request) Waiting to run
renovate(role): add cleanup service and timer for renovate volume
With time the volume seems to just keeps growing with cache data, so
clean it up once a day.
2026-05-19 00:21:51 +02:00

9 lines
170 B
SYSTEMD

[Unit]
Description=renovate cleanup (delete docker volume) running daily
[Timer]
# @daily with 10 minute offset
OnCalendar=*-*-* 00:10
[Install]
WantedBy=timers.target