fix(renovate): group all AndroidX updates together

This commit is contained in:
Harsh Shandilya 2023-05-11 00:44:49 +05:30
parent caca4f7a08
commit 5bd31f0073
No known key found for this signature in database

View file

@ -16,11 +16,16 @@
"https://plugins.gradle.org/m2/",
],
},
{
"matchPackagePatterns": [
"^androidx.*",
],
"groupName": "androidx"
},
{
"matchPackagePatterns": [
"^kotlin",
"^org.jetbrains.kotlin",
"^androidx.compose.compiler"
],
"groupName": "kotlin"
},