fix(renovate): only allow alpha versions of Compose BOM

This commit is contained in:
Harsh Shandilya 2024-09-06 17:54:31 +05:30
parent aa088f5dd7
commit 501721fca9

View file

@ -53,6 +53,12 @@
],
"allowedVersions": "!/.*-1-8$/",
},
{
"matchDepNames": [
"androidx.compose:compose-bom",
],
"allowedVersions": "/.*-alpha$/",
},
{
"matchPackagePatterns": [
"^androidx.glance",