mirror of
https://git.mihon.tech/mihonapp/mihon
synced 2024-11-21 12:45:44 +03: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",
|
||||
"extends": ["config:base"],
|
||||
"labels": ["Dependencies"],
|
||||
"packageRules": [
|
||||
{
|
||||
"groupName": "Compose BOM (Alpha)",
|
||||
"matchPackageNames": [
|
||||
"dev.chrisbanes.compose:compose-bom"
|
||||
],
|
||||
"ignoreUnstable": false
|
||||
}
|
||||
]
|
||||
"semanticCommits": "disabled"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue