From 711e36602e70cedc58a10a0746cca25b35f75ef4 Mon Sep 17 00:00:00 2001 From: Doug <6060466+pixlwave@users.noreply.github.com> Date: Mon, 20 May 2024 14:34:39 +0100 Subject: [PATCH] Add renovate groups. (#2868) --- renovate.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/renovate.json b/renovate.json index 5db72dd6a..9db2252ec 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,19 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" + ], + "packageRules" : [ + { + "matchManagers": ["github-actions"], + "groupName" : "GitHub Actions" + }, + { + "matchManagers": ["swift", "cocoapods"], + "groupName" : "Swift" + }, + { + "matchManagers": ["bundler"], + "groupName" : "Ruby" + } ] }