{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ ":automergeMinor" ], "customManagers": [ { "customType": "regex", "datasourceTemplate": "docker", "fileMatch": [ "\\.hcl$" ], "matchStrings": [ "\\s*image\\s*=\\s*\\\"(?.*?):(?.*?)\\\"" ] }, { "customType": "regex", "datasourceTemplate": "docker", "fileMatch": [ "\\.tf$" ], "matchStrings": [ "\\s*#\\s?renovate:\\s?image=(?.*?)\\s+\"\\w+\"\\s?=\\s?\"(?[\\w+\\.\\-]*)\"" ] } ] }