Skip to content

Commit d38da0f

Browse files
authored
Ignore TS dependencies in Dependabot configuration
1 parent 300ab0d commit d38da0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ updates:
77
ignore:
88
- dependency-name: standard
99
- dependency-name: hallmark
10+
- dependency-name: "@types/node"
11+
- dependency-name: "@voxpelli/tsconfig"
12+
- dependency-name: typescript
1013
- package-ecosystem: github-actions
1114
directory: /
1215
schedule:

0 commit comments

Comments
 (0)