From ce1b438177e2bb719a7059eca1f43739559138a3 Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Sat, 16 Nov 2024 00:28:35 +0100 Subject: [PATCH] chore: Further Renovate tweaks Separate all Ansible core updates into a separate PR --- .github/renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 38ab6ff4e..b57df7af1 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -56,7 +56,9 @@ }, { "matchPackageNames": ["ansible-core"], - "separateMinorPatch": true + "groupName": "Ansible core", + "separateMinorPatch": true, + "separateMultipleMinor": true }, { "matchUpdateTypes": ["patch"],