mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-25 14:19:27 +03:00
ea87921981
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
18 lines
No EOL
408 B
Text
18 lines
No EOL
408 B
Text
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"schedule": ["every friday"],
|
|
"labels": ["Dependencies"],
|
|
"packageRules": [
|
|
{
|
|
// Compiler plugins are tightly coupled to Kotlin version
|
|
"groupName": "Kotlin",
|
|
"matchPackagePrefixes": [
|
|
"androidx.compose.compiler",
|
|
"org.jetbrains.kotlin",
|
|
],
|
|
}
|
|
]
|
|
} |