diff --git a/renovate.json b/renovate.json index 8221b48..12828e3 100644 --- a/renovate.json +++ b/renovate.json @@ -1,13 +1,18 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + ":automergeMinor" + ], "customManagers": [ { "customType": "regex", "datasourceTemplate": "docker", - "fileMatch": ["\\.hcl$"], + "fileMatch": [ + "\\.hcl$" + ], "matchStrings": [ "\\s*image\\s*=\\s*\\\"(?.*?):(?.*?)\\\"" ] } ] -} +} \ No newline at end of file