Changesets config tweak (#6733)

This commit is contained in:
Matt Rubens 2025-08-05 11:23:02 -07:00 committed by GitHub
parent f0d2a54aad
commit f4b7c895e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
]
}