From 9ddbc9b00d7d04cd270235d58bd7e32bc88aca71 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Thu, 8 Jan 2026 09:39:21 -0500 Subject: [PATCH] fix: add @roo-code/cli to changeset ignore list (#10545) --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index e2acc37662..310bc51094 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,5 @@ "access": "restricted", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": [] + "ignore": ["@roo-code/cli"] }