fix(renovate): disable compose-bom updates

The current alphas have a regression causing crashes when
expanding/collapsing comments.
This commit is contained in:
Harsh Shandilya 2023-09-23 10:49:10 +05:30
parent 84f982b20e
commit f844062980

View file

@ -33,7 +33,6 @@
"^androidx.*", "^androidx.*",
], ],
"matchPackageNames": [ "matchPackageNames": [
"dev.chrisbanes.compose:compose-bom",
], ],
"groupName": "androidx" "groupName": "androidx"
}, },
@ -48,6 +47,7 @@
"matchPackageNames": [ "matchPackageNames": [
"com.android.tools:r8", "com.android.tools:r8",
"com.squareup.anvil", "com.squareup.anvil",
"dev.chrisbanes.compose:compose-bom",
], ],
"enabled": false, "enabled": false,
}, },