Skip to content

Commit

Permalink
Merge pull request #1001 from dlabrecq/dependabot
Browse files Browse the repository at this point in the history
Add dependabot group config
  • Loading branch information
dlabrecq authored Feb 21, 2024
2 parents 194abd9 + 84b5bda commit 6ec3927
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 6ec3927

Please sign in to comment.