From 86e87dbbba99910e18f6624429f345f5da85711f Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 26 Feb 2025 13:55:58 -0600 Subject: [PATCH] add dep name --- .github/renovate.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index c74cc7d..e3dcbcb 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -57,6 +57,9 @@ }, { "description": "CNPG image", + "matchDepNames": [ + "ghcr.io/cloudnative-pg/postgresql" + ], "matchDatasources": [ "docker" ],