diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 4930ad4ade9..e9bbf9fb511 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -22,9 +22,10 @@ "packageRules": [ // Bundle Github Actions { - "matchManagers": ["github-actions"] - "groupName": "Github-Actions" - } + "matchManagers": ["github-actions"], + "groupName": "Github-Actions", + "automerge": true, + }, // Setup datasources for dep updates { "datasources": ["helm"],