Group Compose compiler into Kotlin update PRs (#176)
This commit is contained in:
parent
308f2d82c4
commit
454e171060
@ -1,6 +0,0 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base"
|
||||
]
|
||||
}
|
||||
16
renovate.json5
Normal file
16
renovate.json5
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
// Compose compiler is tightly coupled to Kotlin version
|
||||
"groupName": "Kotlin and Compose",
|
||||
"matchPackagePrefixes": [
|
||||
"org.jetbrains.compose.compiler",
|
||||
"org.jetbrains.kotlin:kotlin",
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user