From 7fb559bbb16f200802a9e8a1a46a678118d584f6 Mon Sep 17 00:00:00 2001 From: Marco Nenciarini Date: Wed, 8 Oct 2025 16:48:50 +0200 Subject: [PATCH] ci(renovate): fix plugin-barman-cloud-base image updates Closes #567 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',