mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
fix(renovate): prevent AboutLibraries from being upgraded to 11.3.0 or higher
Fixes COMPOSE-LOBSTERS-73
This commit is contained in:
parent
06acdfb80f
commit
a831090160
1 changed files with 6 additions and 0 deletions
6
.github/renovate.json5
vendored
6
.github/renovate.json5
vendored
|
@ -59,6 +59,12 @@
|
||||||
],
|
],
|
||||||
"allowedVersions": "<=1.0.0",
|
"allowedVersions": "<=1.0.0",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"matchPackageNames": [
|
||||||
|
"/.*aboutlibraries.*/",
|
||||||
|
],
|
||||||
|
"allowedVersions": "<11.3.0",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue