diff options
| author | Shinigami <[email protected]> | 2022-02-17 00:01:20 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-17 00:01:20 +0100 |
| commit | 895cd0d5574cab06019080c15c02f8fdd22e628e (patch) | |
| tree | 842bdaef73b60d93d794d03aa777439ecdce4f29 /.github | |
| parent | 4c2452c7f5ea5f7c0ce7ec09540794febc9aad18 (diff) | |
| download | faker-895cd0d5574cab06019080c15c02f8fdd22e628e.tar.xz faker-895cd0d5574cab06019080c15c02f8fdd22e628e.zip | |
ci: group doc deps together (#498)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/renovate.json5 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 8df226ab..616f8199 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -10,6 +10,14 @@ "matchPackagePrefixes": ["@typescript-eslint/"] }, { + "groupName": "doc-dependencies", + "matchPackagePrefixes": [ + "typedoc", + "typedoc-plugin-missing-exports", + "vitepress" + ] + }, + { "groupName": "vitest", "matchPackagePrefixes": ["@vitest/ui", "vitest"] } |
