Update renovate configuration

- Remove package rule for "dev.chrisbanes.compose:compose-bom"
- Disable semantic commits
This commit is contained in:
AntsyLich 2024-10-09 03:31:25 +06:00 committed by GitHub
parent 8113b77f1e
commit aa998071a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
}