From 7b02e636c46fb49efbd0269b18cb379518f93b25 Mon Sep 17 00:00:00 2001 From: Patrick Honkonen Date: Tue, 2 Apr 2024 13:42:02 -0400 Subject: [PATCH] Add description to `kotlin` group --- .github/renovate.json | 10 ++++++++++ 1 file changed, 10 insertions(+) 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.",