Skip to content

Commit

Permalink
chore(deps): introduce Dependabot group updates (#1621)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Sep 26, 2023
1 parent bacfcee commit 99722f9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ updates:
interval: weekly
open-pull-requests-limit: 10
versioning-strategy: increase
groups:
commitlint:
patterns: ["@commitlint/*"]
eslint-dev:
patterns: ["@typescript-eslint/*", "eslint-*"]
typescript:
patterns: ["@tsconfig/*", "@types/*", "typescript"]
- package-ecosystem: github-actions
directory: "/"
schedule:
Expand Down

0 comments on commit 99722f9

Please sign in to comment.