{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "local>perso/renovate-config" ], "helmValues": { "fileMatch": ["(^|/)values\\.ya?ml$"] }, "customManagers": [ { "customType": "regex", "fileMatch": ["(^|/)values\\.ya?ml$"], "matchStrings": [ "repository:\\s*(?[^\\s]+)\\s*\\n\\s*tag:\\s*(?[^\\s]+)" ], "datasourceTemplate": "docker", "versioningTemplate": "docker" } ] }