From 726fa247a72beed3de2542492efd3fbafec02b51 Mon Sep 17 00:00:00 2001 From: Sam Chung Date: Thu, 10 Oct 2024 15:15:32 +1100 Subject: [PATCH] exclude pnpm from template renovate --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f93a67b6c..cb2ba7db0 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -104,6 +104,7 @@ }, { matchPaths: ['template/**'], + excludePackageNames: ['pnpm'], branchPrefix: 'renovate-template--', rangeStrategy: 'replace',