From b22ad42e2a46f81b1267d3c461a5f2a4c5d299a9 Mon Sep 17 00:00:00 2001 From: David Kilias Date: Fri, 8 Dec 2023 21:37:03 +0100 Subject: [PATCH 1/2] chore: update renovate version --- 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 05b854d..42c6cf6 100644 --- a/host_vars/pottwal.n39.eu/vars.yml +++ b/host_vars/pottwal.n39.eu/vars.yml @@ -60,7 +60,7 @@ homebox_host_port: 8092 homebox_domain_name: inventory.n39.eu homebox_image: ghcr.io/hay-kot/homebox:v0.10.2 -renovate_image: renovate/renovate:37.68.3 +renovate_image: renovate/renovate:37.89.5 renovate_forgejo_pat: "{{ vault_renovate_forgejo_pat }}" renovate_github_pat: "{{ vault_renovate_github_pat }}" renovate_git_user: "Renovate Bot " \ No newline at end of file From 51248595cfb22340ac2fad3b356c86744c9c03a6 Mon Sep 17 00:00:00 2001 From: David Kilias Date: Fri, 8 Dec 2023 21:38:56 +0100 Subject: [PATCH 2/2] fix: add newline at end of cron job template --- templates/pottwal/renovate-cron.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/pottwal/renovate-cron.j2 b/templates/pottwal/renovate-cron.j2 index 74a2874..4e7dd01 100644 --- a/templates/pottwal/renovate-cron.j2 +++ b/templates/pottwal/renovate-cron.j2 @@ -5,4 +5,4 @@ docker run --rm \ -e RENOVATE_PLATFORM=gitea \ -e RENOVATE_GIT_AUTHOR={{ renovate_git_user | quote }} \ -e GITHUB_COM_TOKEN={{ renovate_github_pat }} \ - {{ renovate_image }} --autodiscover \ No newline at end of file + {{ renovate_image }} --autodiscover