yokai/.renovaterc.json5

30 lines
926 B
Text

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"labels": ["dependencies"],
"packageRules": [
{
"groupName": "Compose BOM (Alpha)",
"matchPackageNames": [
"dev.chrisbanes.compose:compose-bom"
],
"ignoreUnstable": false
},
{
"matchPackageNames": [
"com.github.arkon.FlexibleAdapter:flexible-adapter-ui",
"com.github.arkon.FlexibleAdapter:flexible-adapter",
"com.github.CarlosEsco:ViewTooltip",
"com.github.null2264:subsampling-scale-image-view",
"com.github.null2264:injekt-koin",
"com.github.tachiyomiorg:image-decoder",
"com.github.tachiyomiorg:unifile",
"com.github.tachiyomiorg:conductor-support-preference"
],
"enabled": false
}
],
"dependencyDashboardApproval": true,
"semanticCommits": true,
"commitMessageLowerCase": "never"
}