From b8f8bb9f5cc13720569dafa270cf813ab9bcb045 Mon Sep 17 00:00:00 2001 From: Jimmy Callin Date: Mon, 4 May 2026 12:13:32 +0200 Subject: [PATCH] chore(deps): update renovate configuration to batch all dependency updates --- renovate.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 270af86c..7bfd2f9d 100644 --- a/renovate.json +++ b/renovate.json @@ -3,5 +3,12 @@ "extends": ["config:recommended"], "enabledManagers": ["npm", "github-actions"], "rangeStrategy": "update-lockfile", - "schedule": ["every month"] + "schedule": ["every month"], + "packageRules": [ + { + "matchManagers": ["npm", "github-actions"], + "groupName": "all dependency updates", + "separateMajorMinor": true + } + ] }