diff --git a/tasks/main.yml b/tasks/main.yml index 3c4f790..7e9f61c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -34,4 +34,10 @@ dest: /etc/renovate/renovate owner: root group: root - mode: u=rwx,g=rx,o=rx \ No newline at end of file + mode: u=rwx,g=rx,o=rx + +- name: Add cron + cron: + name: Run renovate + minute: "0" + job: "/etc/renovate/renovate" \ No newline at end of file