Skip to content

Commit

Permalink
Add dependabot group config
Browse files Browse the repository at this point in the history
  • Loading branch information
dlabrecq committed Feb 21, 2024
1 parent 194abd9 commit 84b5bda
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 @@ -14,3 +14,14 @@ updates:
prefix: "(chore)"
pull-request-branch-name:
separator: "_"
groups:
lint-dependencies:
patterns:
- "*eslint*"
test-dependencies:
patterns:
- "*jest*"
- "@testing-library*"
ci-dependencies:
patterns:
- "*" # update remaining deps in single PR

0 comments on commit 84b5bda

Please sign in to comment.