Skip to content

Commit

Permalink
chore: group dependencies update by dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed Sep 25, 2023
1 parent 8e8df5e commit 22b03f5
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,41 @@ updates:
commit-message:
prefix: "fix(deps)"
prefix-development: 'chore(deps):'
groups:
react:
patterns:
- "react"
- "react-dom"
- "react-test-renderer"
- "@types/react"
- "@types/react-dom"
- "@types/react-test-renderer"
eslint:
patterns:
- "eslint"
- "eslint-*"
- "prettier"
- "prettier-*"
- "@typescript-eslint/*"
typescript:
patterns:
- "typescript"
- "@typescript-eslint/*"
jest:
typescript:
- "jest"
- "jest-environment-jsdom"
- "@jest/types"
- "@types/jest"
styled-components:
patterns:
- "styled-components"
- "@types/styled-components"
prismjs:
patterns:
- "prismjs"
- "@types/prismjs"
playwright:
patterns:
- "playwright"
- "@playwright/test"

0 comments on commit 22b03f5

Please sign in to comment.