mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-06 10:47:25 +01:00
46003ec251
* chore(deps): update kotlin and compose compiler to v2 * Update .gitignore * Fix build --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
15 lines
321 B
Plaintext
15 lines
321 B
Plaintext
{
|
|
"$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
|
|
}
|
|
]
|
|
}
|