diff --git a/.changeset/config.json b/.changeset/config.json index c361daeaa..fca77d967 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -10,5 +10,13 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "minor", - "ignore": ["@devtools/*", "packages/*", "!packages/typedoc-plugin-markdown"] + "ignore": [ + "@devtools/*", + "typedoc-plugin-frontmatter", + "typedoc-plugin-remark", + "typedoc-github-wiki-theme", + "typedoc-gitlab-wiki-theme", + "typedoc-vitepress-theme", + "docusaurus-plugin-typedoc" + ] }