From 97920a529a954ac9ac26120fcd1b2a9eb416b0a1 Mon Sep 17 00:00:00 2001 From: Marco Nenciarini Date: Wed, 8 Oct 2025 16:57:56 +0200 Subject: [PATCH] ci(renovate): fix plugin-barman-cloud-base image updates (#578) Closes #576 Signed-off-by: Marco Nenciarini --- renovate.json5 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json5 b/renovate.json5 index 3047b76..e74b9f7 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -59,6 +59,12 @@ enabled: false, }, packageRules: [ + { + matchPackageNames: [ + 'ghcr.io/cloudnative-pg/plugin-barman-cloud-base', + ], + versioning: 'loose', + }, { matchDatasources: [ 'go',