From fff9aadbbdbcc29a831d2fa0cf153df49b8b9ffd Mon Sep 17 00:00:00 2001 From: Sam Chung Date: Fri, 11 Oct 2024 16:26:38 +1100 Subject: [PATCH] Exclude pnpm from template- renovates (#1706) --- .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',