Update compose bom and fix renovate config for it (#674)

This commit is contained in:
FooIbar
2024-04-17 15:21:09 +08:00
committed by GitHub
parent f080a4937e
commit 843daa5304
3 changed files with 13 additions and 4 deletions

View File

@@ -6,12 +6,20 @@
"schedule": ["every friday"],
"labels": ["Dependencies"],
"packageRules": [
{
"groupName": "Compose BOM",
"matchPackageNames": [
"dev.chrisbanes.compose:compose-bom"
],
"ignoreUnstable": false
},
{
// Compiler plugins are tightly coupled to Kotlin version
"groupName": "Kotlin",
"matchPackagePrefixes": [
"androidx.compose.compiler",
"org.jetbrains.kotlin",
"org.jetbrains.kotlin.",
"org.jetbrains.kotlin:"
],
}
]