Skip to content

Commit

Permalink
Merge pull request #340 from tatsutakein/rt/add-dpendabot-group
Browse files Browse the repository at this point in the history
💚 Dependabot のグループを追加
  • Loading branch information
tatsutakein authored Jan 6, 2024
2 parents 93bc394 + 4da6f49 commit 8f9d3c4
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,40 @@ updates:
directory: "/"
schedule:
interval: daily
reviewers:
- 'tatsutakein'
- 'tatsutakein-bot[bot]'
labels:
- 'dependencies'
- 'ignore-for-release'
groups:
next:
patterns:
- "next"
eslint:
patterns:
- "eslint"
- "eslint-*"
typescript-eslint:
patterns:
- "@typescript-eslint/*"
react:
patterns:
- "react"
- "react-dom"
- "@types/react"
- "@types/react-dom"
turbo:
patterns:
- "turbo"
- "@turbo/*"

- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
reviewers:
- 'tatsutakein'
- 'tatsutakein-bot[bot]'
labels:
- 'dependencies'

0 comments on commit 8f9d3c4

Please sign in to comment.