diff options
| author | ST-DDT <[email protected]> | 2024-04-01 10:21:18 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-01 10:21:18 +0200 |
| commit | 6191a5d883048b694404dbf42527caba395828ea (patch) | |
| tree | d0f18f17789cb0bbdb5d6087f1a95772438dfe27 /.github | |
| parent | 7dae52bfcd93c41ec9d2c4dd4d96a07f31c3dfc1 (diff) | |
| download | faker-6191a5d883048b694404dbf42527caba395828ea.tar.xz faker-6191a5d883048b694404dbf42527caba395828ea.zip | |
docs: rewrite api-docs generation using ts-morph (#2628)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/renovate.json5 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 3421abe7..ac590676 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -55,12 +55,7 @@ }, { "groupName": "doc-dependencies", - "matchPackageNames": [ - "@algolia/client-search", - "typedoc", - "typedoc-plugin-missing-exports", - "vitepress" - ] + "matchPackageNames": ["@algolia/client-search", "ts-morph", "vitepress"] } ], "vulnerabilityAlerts": { |
