From a8310901605f7d1943125b38221af4eb0b3628ab Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 4 Jan 2025 20:49:59 +0530 Subject: [PATCH] fix(renovate): prevent AboutLibraries from being upgraded to 11.3.0 or higher Fixes COMPOSE-LOBSTERS-73 --- .github/renovate.json5 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 39dc803c..843e1aa8 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -59,6 +59,12 @@ ], "allowedVersions": "<=1.0.0", }, + { + "matchPackageNames": [ + "/.*aboutlibraries.*/", + ], + "allowedVersions": "<11.3.0", + }, ], "customManagers": [ {