Skip to content

Commit

Permalink
Merge pull request #246 from traPtitech/feat/groupingDependabot
Browse files Browse the repository at this point in the history
dependabot groupingを導入
  • Loading branch information
Pugma authored May 12, 2024
2 parents 4c7ec97 + d4d55a5 commit 416423a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,24 @@ updates:
schedule:
interval: monthly
open-pull-requests-limit: 10
groups:
types:
patterns:
- '@types/*'
formatter:
patterns:
- '*eslint*'
- '*prettier*'
patches:
update-types:
- 'patch'

- package-ecosystem: github-actions
directory: '/'
schedule:
interval: monthly
open-pull-requests-limit: 10
groups:
actions-deps:
patterns:
- '*'

0 comments on commit 416423a

Please sign in to comment.