From 6e35b87f3fbe3c1800ecf7e247079ec5830d2183 Mon Sep 17 00:00:00 2001 From: SebClem Date: Mon, 6 Dec 2021 12:41:42 +0100 Subject: [PATCH] Add cron conf --- tasks/main.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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