From 88cdf33c8bf64f24967a940e59a698fdcc4d6343 Mon Sep 17 00:00:00 2001 From: Nic Polumeyv <162764842+Nic-Polumeyv@users.noreply.github.com> Date: Sat, 18 Jul 2026 10:16:31 -0400 Subject: [PATCH] chore: fix Renovate parsing of pnpm-workspace.yaml --- pnpm-workspace.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 5a419863d772..b4d6c2e30b90 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -91,6 +91,6 @@ catalogs: # vite-beta: # vite: ^9.0.0-beta.0 # '@sveltejs/vite-plugin-svelte': ^7.0.0 -overrides: +overrides: {} # ci script replaces all overrides with the vite-xxx or node-xx catalogs above. # if you want to introduce an override, make sure to add it to all of them too