mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-10 04:37:25 +01:00
23 lines
528 B
Plaintext
23 lines
528 B
Plaintext
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:base"],
|
|
"labels": ["Dependencies"],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "Compose BOM (Alpha)",
|
|
"matchPackageNames": [
|
|
"dev.chrisbanes.compose:compose-bom"
|
|
],
|
|
"ignoreUnstable": false
|
|
},
|
|
{
|
|
"groupName": "Kotlin and Compose Compiler",
|
|
"matchPackagePrefixes": [
|
|
"androidx.compose.compiler",
|
|
"org.jetbrains.kotlin.",
|
|
"org.jetbrains.kotlin:",
|
|
],
|
|
}
|
|
]
|
|
}
|