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"],