Skip to content

Commit 84a70fd

Browse files
committed
chore: fix dependabot cfg
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent ee7fb13 commit 84a70fd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ updates:
2424
- dependency-name: "@types/node" # version is like `ts.X.Y` -- need to maintain manually
2525
groups:
2626
eslint:
27-
typedoc:
28-
- 'typedoc'
29-
- 'typedoc-*'
30-
- '*-tsdoc'
3127
patterns:
3228
- 'eslint'
3329
- '@eslint/*'
@@ -53,6 +49,7 @@ updates:
5349
patterns:
5450
- 'typedoc'
5551
- 'typedoc-*'
52+
- '*-tsdoc'
5653
- '@microsoft/tsdoc'
5754
- '@microsoft/tsdoc-*'
5855
typescript:

0 commit comments

Comments
 (0)