From 864d50c2e97d6d5c66d49c1dee4d976a89450b6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Fei?= Date: Tue, 14 Jul 2026 17:08:35 +0200 Subject: [PATCH] chore(renovate): avoid pinning a digest for local actions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Niccolò Fei --- renovate.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/renovate.json b/renovate.json index 4dd1b9b4c..cc22cfb6a 100644 --- a/renovate.json +++ b/renovate.json @@ -36,6 +36,15 @@ "action" ], "pinDigests": true + }, + { + "matchDepTypes": [ + "action" + ], + "matchPackageNames": [ + "/^cloudnative-pg\\/postgres-containers\\/\\.github\\/actions\\//" + ], + "pinDigests": false } ] }