Skip to content

Commit

Permalink
chore(dependabot): group typescript related dependencies
Browse files Browse the repository at this point in the history
When a minor version of TypeScript is released, typedoc must be updated as well.
This is because old typedoc versions don't support the new TypeScript version
  • Loading branch information
tbouffard authored Jun 25, 2024
1 parent 1b6bc0d commit d950b76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ updates:
- skip-changelog
reviewers:
- process-analytics/pa-collaborators
groups:
typescript:
patterns:
- "typedoc"
- "typescript"

- package-ecosystem: "github-actions"
# Workflow files stored in the default location of `.github/workflows`
Expand Down

0 comments on commit d950b76

Please sign in to comment.