From f20017222eb0aff40320ed01fb6482e64897217c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 19:55:07 +0000 Subject: [PATCH] deps(patch): update version prefix --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 229ff93..4d006ce 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -97,7 +97,7 @@ apache_exporter_enabled: true # @var apache_exporter_version:description: Version of the apache exporter to install # renovate: datasource=github-releases depName=Lusitaniae/apache_exporter -apache_exporter_version: 1.1.0 +apache_exporter_version: 1.1.1 # @var apache_exporter_arch:description: Target system architecture of the binary apache_exporter_arch: "{{ 'arm64' if ansible_architecture == 'aarch64' or ansible_architecture == 'arm64' else 'amd64' }}"