fix(renovate): group Kotlin and Compose compiler updates for Renovate
This commit is contained in:
parent
4206efdca0
commit
168d6d437e
1 changed files with 8 additions and 7 deletions
15
.github/renovate.json5
vendored
15
.github/renovate.json5
vendored
|
@ -22,6 +22,14 @@
|
|||
],
|
||||
"groupName": "androidx"
|
||||
},
|
||||
{
|
||||
// Compose compiler is tightly coupled to Kotlin version
|
||||
"groupName": "Kotlin and Compose",
|
||||
"matchPackagePrefixes": [
|
||||
"androidx.compose.compiler",
|
||||
"org.jetbrains.kotlin",
|
||||
],
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": [
|
||||
"^io.sentry",
|
||||
|
@ -29,13 +37,6 @@
|
|||
],
|
||||
"groupName": "sentry"
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": [
|
||||
"^kotlin",
|
||||
"^org.jetbrains.kotlin",
|
||||
],
|
||||
"groupName": "kotlin"
|
||||
},
|
||||
{
|
||||
"managers": [
|
||||
"gradle"
|
||||
|
|
Loading…
Reference in a new issue