diff --git a/.github/renovate.json b/.github/renovate.json index 3911de7f2..f6caf5ed2 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -20,6 +20,16 @@ "patch" ] }, + { + "groupName": "gradle minor", + "matchUpdateTypes": [ + "minor", + "patch" + ], + "matchManagers": [ + "gradle" + ] + }, { "groupName": "kotlin", "description": "Kotlin and Compose dependencies that must be updated together to maintain compatibility.",