mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-06 10:47:25 +01:00
Update renovate config
This commit is contained in:
parent
16392adcbb
commit
0392ef0d18
11
.github/renovate.json5
vendored
11
.github/renovate.json5
vendored
@ -1,25 +1,20 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base"
|
||||
],
|
||||
"schedule": ["every friday"],
|
||||
"extends": ["config:base"],
|
||||
"labels": ["Dependencies"],
|
||||
"packageRules": [
|
||||
{
|
||||
"groupName": "Compose BOM",
|
||||
"groupName": "Compose BOM (Alpha)",
|
||||
"matchPackageNames": [
|
||||
"dev.chrisbanes.compose:compose-bom"
|
||||
],
|
||||
"ignoreUnstable": false
|
||||
},
|
||||
{
|
||||
// Compiler plugins are tightly coupled to Kotlin version
|
||||
"groupName": "Kotlin",
|
||||
"groupName": "Kotlin and Compose Compiler",
|
||||
"matchPackagePrefixes": [
|
||||
"androidx.compose.compiler",
|
||||
"org.jetbrains.kotlin.",
|
||||
"org.jetbrains.kotlin:"
|
||||
],
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user