mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 00:37:03 +05:30
fix(renovate): only allow alpha versions of Compose BOM
This commit is contained in:
parent
aa088f5dd7
commit
501721fca9
1 changed files with 6 additions and 0 deletions
6
.github/renovate.json5
vendored
6
.github/renovate.json5
vendored
|
@ -53,6 +53,12 @@
|
||||||
],
|
],
|
||||||
"allowedVersions": "!/.*-1-8$/",
|
"allowedVersions": "!/.*-1-8$/",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"matchDepNames": [
|
||||||
|
"androidx.compose:compose-bom",
|
||||||
|
],
|
||||||
|
"allowedVersions": "/.*-alpha$/",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": [
|
"matchPackagePatterns": [
|
||||||
"^androidx.glance",
|
"^androidx.glance",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue