From 18626bbc6b7374fabc393e596838f210b9e42997 Mon Sep 17 00:00:00 2001 From: Geoffrey Booth Date: Sat, 21 Oct 2023 17:50:00 -0700 Subject: [PATCH] lookup: add pnpm --- lib/lookup.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/lookup.json b/lib/lookup.json index f79e22438..9055bb91a 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -380,6 +380,13 @@ "maintainers": "mcollina", "skip": ["aix", "s390x"] }, + "pnpm": { + "prefix": "v", + "head": true, + "maintainers": ["zkochan"], + "scripts": ["--filter core test"], + "pnpm": true + }, "prom-client": { "prefix": "v", "maintainers": ["siimon", "zbjornson", "SimenB"],