From bf0ec02b1ec2365964f4998eead98bc8e52c7327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= <6213398+bjw-s@users.noreply.github.com> Date: Tue, 5 Jan 2021 19:20:22 +0100 Subject: [PATCH] Update renovate.json5 --- .github/renovate.json5 | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) 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" - }, + } ] }