{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "local>RenovateBot/renovate-config", ":semanticCommitTypeAll(chore)" ], "ignoreDeps": ["postgres"], "regexManagers": [ { "fileMatch": ["^.*\\.yml$", "^.*\\.yaml$"], "matchStrings": [ "^(\\s*\\w+_latest_image:\\s*\"?)([^\\s\"]+)(\"?)" ], "datasourceTemplate": "docker", "depNameTemplate": "{{ match2 }}", "versioningTemplate": "docker" } ] }