Group Compose compiler into Kotlin update PRs (#176)

This commit is contained in:
Jake Wharton 2023-05-15 22:32:44 -04:00 committed by GitHub
parent 308f2d82c4
commit 454e171060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 6 deletions

View File

@ -1,6 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}

16
renovate.json5 Normal file
View 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",
],
},
],
}