From 30d6a596a1095ced4b950dcaf08dee821d984c00 Mon Sep 17 00:00:00 2001 From: Victor Diez Date: Wed, 15 Apr 2026 19:49:42 +0200 Subject: [PATCH] Configure Renovate to avoid grouped updates --- .github/renovate.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 47fa507..715bbac 100755 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -7,11 +7,14 @@ "enabled": true }, "packageRules": [ + { + "description": "Don't group updates by default", + "matchPackageNames": ["*"], + "groupName": null + }, { "matchManagers": ["github-actions"], - "pinDigests": false, - "groupName": "all github actions", - "groupSlug": "all-github-actions" + "pinDigests": false }, { "matchManagers": ["github-actions"], @@ -24,5 +27,6 @@ } ], "autoApprove": true, + "prCreation": "immediate", "rebaseWhen": "never" }