fix(renovate): batch Compose updates together

This commit is contained in:
Harsh Shandilya 2023-01-12 02:51:01 +05:30
parent fb4beb08ee
commit 5f49c8149a
No known key found for this signature in database

12
.github/renovate.json vendored
View file

@ -14,6 +14,18 @@
],
"groupName": "kotlin"
},
{
"matchPackagePatterns": [
"^androidx.compose.animation",
"^androidx.compose.foundation",
"^androidx.compose.material",
"^androidx.compose.material3",
"^androidx.compose.runtime",
"^androidx.compose.ui",
"^androidx.lifecycle:lifecycle-viewmodel-compose"
],
"groupName": "compose"
},
{
"managers": [
"gradle"