{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" ], "automerge": true, "rebaseWhen": "conflicted", "customManagers": [ { "customType": "regex", "fileMatch": ["^versions.yaml$"], "matchStrings": [ "datasource=(?\\S+) depName=(?\\S+)\\n.*?\"(?.*)\"\\n" ] } ], "packageRules": [ { "matchUpdateTypes": ["major"], "matchPackageNames": ["ghcr.io/cloudnative-pg/postgresql"], "enabled": false }, { "matchPackageNames": ["ghcr.io/cloudnative-pg/postgresql"], "groupName": "postgresql" } ] }