mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-26 23:18:17 +03:00
639d56364f
* 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>
14 lines
No EOL
320 B
Text
14 lines
No EOL
320 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
|
|
}
|
|
]
|
|
} |