From ff901b34c6dba632372ec8797e1ede91b7d89fea Mon Sep 17 00:00:00 2001 From: Philippe Serhal Date: Sat, 27 Jun 2026 19:32:07 -0400 Subject: [PATCH] chore(renovate): use shared config + pnpm dedupe (#156) --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 22a9943..8cf2955 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:recommended"] + "extends": ["github>serhalp/renovate-config:default"], + "postUpdateOptions": ["pnpmDedupe"] } -- 2.51.2