Skip to content

Commit

Permalink
Merge pull request #286 from traPtitech/feat/add_dependabot_grouping
Browse files Browse the repository at this point in the history
feat/dependabot.ymlにグルーピングを追加
  • Loading branch information
reiroop authored Sep 3, 2024
2 parents 4b2b30f + 9ae5933 commit da4d650
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ updates:
schedule:
interval: monthly
open-pull-requests-limit: 20
groups:
types:
patterns:
- '@types/*'
formatter:
patterns:
- '*eslint*'
- '*prettier*'
patches:
update-types:
- 'patch'
versioning-strategy: increase
target-branch: "main"
labels:
Expand Down

0 comments on commit da4d650

Please sign in to comment.