Files
2025-12-12 07:46:39 -05:00

16 lines
294 B
SYSTEMD

# lives at /etc/systemd/system/renovate.timer
[Unit]
Description=Run Renovate Bot periodically
Requires=renovate.service
[Timer]
# Run every 6 hours
OnCalendar=00/6:00:00
# Run 5 minutes after boot if we missed a scheduled run
OnBootSec=5min
Persistent=true
[Install]
WantedBy=timers.target