From efc79b8b8d227b077e88daa5b6276a0442909c6c Mon Sep 17 00:00:00 2001
From: Renovate Bot <accounts+renovatebot@netz39.de>
Date: Fri, 25 Aug 2023 16:18:07 +0000
Subject: [PATCH 1/3] chore(deps): update renovate/renovate docker tag to
 v36.62.0

---
 host_vars/pottwal.n39.eu/vars.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/host_vars/pottwal.n39.eu/vars.yml b/host_vars/pottwal.n39.eu/vars.yml
index 2058bfc..05dce23 100644
--- a/host_vars/pottwal.n39.eu/vars.yml
+++ b/host_vars/pottwal.n39.eu/vars.yml
@@ -58,7 +58,7 @@ homebox_host_port: 8092
 homebox_domain_name: inventory.n39.eu
 homebox_image: ghcr.io/hay-kot/homebox:v0.9.2
 
-renovate_image: renovate/renovate:36.57.3
+renovate_image: renovate/renovate:36.62.0
 renovate_forgejo_pat: "{{ vault_renovate_forgejo_pat }}"
 renovate_github_pat: "{{ vault_renovate_github_pat }}"
 renovate_git_user: "Renovate Bot <accounts+renovatebot@netz39.de>"
\ No newline at end of file

From 5bf779fb0cbab73e8b5d3e3a0f5288d0212f46e9 Mon Sep 17 00:00:00 2001
From: David Kilias <david.kilias@gmail.com>
Date: Fri, 25 Aug 2023 19:11:27 +0200
Subject: [PATCH 2/3] chore: remove deprecated parameter from reload cron
 handler

---
 host-pottwal.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/host-pottwal.yml b/host-pottwal.yml
index 93e9d39..85485f6 100644
--- a/host-pottwal.yml
+++ b/host-pottwal.yml
@@ -551,7 +551,6 @@
     - name: reload cron
       ansible.builtin.shell:
         cmd: service cron reload
-        warn: no
     # Use the shell call because the task sometimes has problems finding the service state
     #  service:
     #    name: cron

From 16485fdd0e804a9385b5dc91f97cddbb2f69a1bd Mon Sep 17 00:00:00 2001
From: David Kilias <david.kilias@gmail.com>
Date: Fri, 25 Aug 2023 19:15:19 +0200
Subject: [PATCH 3/3] chore: add ansbile tag to renovate job

---
 host-pottwal.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/host-pottwal.yml b/host-pottwal.yml
index 85485f6..8c1354d 100644
--- a/host-pottwal.yml
+++ b/host-pottwal.yml
@@ -535,6 +535,8 @@
         dest: /etc/cron.hourly/renovate-bot
         mode: "0700"
       notify: reload cron
+      tags: 
+        - renovate
 
   handlers:
     - name: Restart prosody