forked from CCCHH/ansible-infra
Sets up Renovate using Docker and systemd service and timer to run regularly. Also add accompanying host group and playbook play.
8 lines
130 B
SYSTEMD
8 lines
130 B
SYSTEMD
[Unit]
|
|
Description=renovate running every 15 minutes
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* *:00,15,30,45:00
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|