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