From f4b7c895e37cf090ca6bc14d8099e07a526e514d Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Tue, 5 Aug 2025 11:23:02 -0700 Subject: [PATCH] Changesets config tweak (#6733) --- .changeset/config.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index e2acc37662..46178f79f0 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,12 @@ "access": "restricted", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": [] + "ignore": [ + "@roo-code/types", + "@roo-code/web-evals", + "@roo-code/web-roo-code", + "@roo-code/evals", + "@roo-code/ipc", + "@roo-code/telemetry" + ] }