We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7fb13 commit 84a70fdCopy full SHA for 84a70fd
.github/dependabot.yml
@@ -24,10 +24,6 @@ updates:
24
- dependency-name: "@types/node" # version is like `ts.X.Y` -- need to maintain manually
25
groups:
26
eslint:
27
- typedoc:
28
- - 'typedoc'
29
- - 'typedoc-*'
30
- - '*-tsdoc'
31
patterns:
32
- 'eslint'
33
- '@eslint/*'
@@ -53,6 +49,7 @@ updates:
53
49
54
50
- 'typedoc'
55
51
- 'typedoc-*'
52
+ - '*-tsdoc'
56
- '@microsoft/tsdoc'
57
- '@microsoft/tsdoc-*'
58
typescript:
0 commit comments