Skip to content

Commit

Permalink
add groups into dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed Sep 17, 2023
1 parent 6bf71d9 commit dc14e93
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,22 @@ updates:
commit-message:
prefix: "fix(deps)"
prefix-development: 'chore(deps):'
groups:
actions:
patterns:
- "@actions/*"
typescript:
patterns:
- "typescript"
- "@typescript-*"
eslint:
patterns:
- "eslint"
- "eslint-*"
- "prettier"
jest:
patterns:
- "jest"
- "jest-*"
- "ts-jest"
- "@types/jest"

0 comments on commit dc14e93

Please sign in to comment.