diff --git a/renovate.json b/renovate.json index 9172948..cdccf08 100644 --- a/renovate.json +++ b/renovate.json @@ -54,12 +54,17 @@ ] }, { + "automerge": true, "groupName": "Update helm plugin 'unittest'", "matchDepNames": [ "helm-unittest/helm-unittest" ], "matchDatasources": [ "github-releases" + ], + "matchUpdateTypes": [ + "minor", + "patch" ] }, {