diff --git a/renovate.json b/renovate.json index e58555c..784466c 100644 --- a/renovate.json +++ b/renovate.json @@ -13,5 +13,12 @@ "datasource=(?\\S+) depName=(?\\S+)\\n.*?\"(?.*)\"\\n" ] } + ], + "packageRules": [ + { + "matchUpdateTypes": ["major"], + "matchPackageNames": ["ghcr.io/cloudnative-pg/postgresql"], + "enabled": false + } ] }