diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 22b5735256..a9cb54912a 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -62,5 +62,9 @@ matchPackageNames: ['p-limit'], allowedVersions: '<4.0.0', }, + { + matchPackageNames: ['p-queue'], + allowedVersions: '<7.0.0', + }, ], }