diff --git a/.github/renovate.json b/.github/renovate.json index 775a3f8e6..7c22520ba 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -38,6 +38,17 @@ ], "automerge": false }, + { + "description": "Label charts", + "matchDatasources": [ + "helm" + ], + "addLabels": [ + "chart" + ], + "automerge": false, + "minimumReleaseAge": "3 days" + }, { "description": "Label images", "matchDatasources": [ @@ -50,14 +61,18 @@ "minimumReleaseAge": "3 days" }, { - "description": "Label charts", + "description": "Automerge charts", + "matchDepNames": [ + "reloader" + ], "matchDatasources": [ "helm" ], "addLabels": [ "chart" ], - "automerge": false, + "automerge": true, + "automergeType": "branch", "minimumReleaseAge": "3 days" }, {