initial commit

This commit is contained in:
Mark Eaton
2025-12-12 07:46:39 -05:00
commit a5e46864d8
5 changed files with 121 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# 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