mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-06 04:25:06 +01:00
18 lines
379 B
Plaintext
18 lines
379 B
Plaintext
{
|
|
"$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",
|
|
],
|
|
}
|
|
]
|
|
}
|