Skip to content

Commit 10fd0a8

Browse files
authored
Update dependabot.yml with TypeScript patterns
Add TypeScript-related patterns to Dependabot configuration
1 parent dc69f27 commit 10fd0a8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ updates:
1212
patterns:
1313
- "@angular/*"
1414
- "@angular-devkit/*"
15+
type:
16+
patterns:
17+
- "@types/*"
18+
- "typescript"
19+
- "ts-node"
20+
- "tslint"
21+
- "tslib"
1522
- package-ecosystem: github-actions
1623
directory: "/"
1724
schedule:

0 commit comments

Comments
 (0)