2023-07-08 22:02:57 +02:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
"extends": [
|
|
|
|
"config:base"
|
|
|
|
],
|
2024-03-17 15:22:08 +01:00
|
|
|
"schedule": ["every friday"],
|
2024-02-06 22:18:04 +01:00
|
|
|
"labels": ["Dependencies"],
|
2023-07-08 22:02:57 +02:00
|
|
|
"packageRules": [
|
2024-04-17 09:21:09 +02:00
|
|
|
{
|
|
|
|
"groupName": "Compose BOM",
|
|
|
|
"matchPackageNames": [
|
|
|
|
"dev.chrisbanes.compose:compose-bom"
|
|
|
|
],
|
|
|
|
"ignoreUnstable": false
|
|
|
|
},
|
2023-07-08 22:02:57 +02:00
|
|
|
{
|
|
|
|
// Compiler plugins are tightly coupled to Kotlin version
|
|
|
|
"groupName": "Kotlin",
|
|
|
|
"matchPackagePrefixes": [
|
|
|
|
"androidx.compose.compiler",
|
2024-04-17 09:21:09 +02:00
|
|
|
"org.jetbrains.kotlin.",
|
|
|
|
"org.jetbrains.kotlin:"
|
2023-07-08 22:02:57 +02:00
|
|
|
],
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|