fix(renovate): prevent AboutLibraries from being upgraded to 11.3.0 or higher

Fixes COMPOSE-LOBSTERS-73
This commit is contained in:
Harsh Shandilya 2025-01-04 20:49:59 +05:30
parent 06acdfb80f
commit a831090160

View file

@ -59,6 +59,12 @@
], ],
"allowedVersions": "<=1.0.0", "allowedVersions": "<=1.0.0",
}, },
{
"matchPackageNames": [
"/.*aboutlibraries.*/",
],
"allowedVersions": "<11.3.0",
},
], ],
"customManagers": [ "customManagers": [
{ {