mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-26 14:53:41 +03:00
17 lines
378 B
Text
17 lines
378 B
Text
{
|
|||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|||
"extends": [
|
|||
"config:base"
|
|||
],
|
|||
"schedule": ["every sunday"],
|
|||
"packageRules": [
|
|||
{
|
|||
// Compiler plugins are tightly coupled to Kotlin version
|
|||
"groupName": "Kotlin",
|
|||
"matchPackagePrefixes": [
|
|||
"androidx.compose.compiler",
|
|||
"org.jetbrains.kotlin",
|
|||
],
|
|||
}
|
|||
]
|
|||
}
|