From 17d0825d3ebfb502bedc693d068a286ac30138f1 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:16:52 +0100 Subject: [PATCH] Update renovate.json5 --- .github/renovate.json5 | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index aac4481a..e6178e50 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -20,6 +20,32 @@ "commitMessageTopic": "Helm chart {{depName}}", "separateMinorPatch": true }, + // 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" + }, // // Common library dep //