mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-21 20:47:03 -05:00
Update renovate configuration
- Remove package rule for "dev.chrisbanes.compose:compose-bom" - Disable semantic commits
This commit is contained in:
parent
8113b77f1e
commit
aa998071a1
1 changed files with 1 additions and 9 deletions
10
.github/renovate.json5
vendored
10
.github/renovate.json5
vendored
|
@ -2,13 +2,5 @@
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:base"],
|
"extends": ["config:base"],
|
||||||
"labels": ["Dependencies"],
|
"labels": ["Dependencies"],
|
||||||
"packageRules": [
|
"semanticCommits": "disabled"
|
||||||
{
|
|
||||||
"groupName": "Compose BOM (Alpha)",
|
|
||||||
"matchPackageNames": [
|
|
||||||
"dev.chrisbanes.compose:compose-bom"
|
|
||||||
],
|
|
||||||
"ignoreUnstable": false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue