diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 22741d26..aac4481a 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -78,32 +78,6 @@ "schedule": [ "every 1 months on the first day of the month" ] - }, - // Setup package groups (to prevent huge PR's - { - "datasources": ["helm"], - "packagePatterns": ["^[0-9a-e]"], - "groupName": "0-9 a-e" - }, - { - "datasources": ["helm"], - "packagePatterns": ["^[f-j]"], - "groupName": "f-j" - }, - { - "datasources": ["helm"], - "packagePatterns": ["^[k-o]"], - "groupName": "k-o" - }, - { - "datasources": ["helm"], - "packagePatterns": ["^[p-t]"], - "groupName": "p-t" - }, - { - "datasources": ["helm"], - "packagePatterns": ["^[u-z]"], - "groupName": "u-z" - }, + } ] }