mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-25 06:11:04 +03:00
7af51d6c48
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
22 lines
No EOL
526 B
Text
22 lines
No EOL
526 B
Text
{
|
|
"$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:"
|
|
],
|
|
}
|
|
]
|
|
} |