Skip to content

Commit

Permalink
ci(dependabot): group dependabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Sep 23, 2023
1 parent d3c339d commit a230488
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,16 @@ updates:
include: scope
prefix: build
directory: /
groups:
commitlint:
patterns:
- "@commitlint*"
eslint:
patterns:
- "eslint*"
ignore:
# Below are deps that have migrate to ESM in their
# next major version so we can't use them
# Below are dependencies that have migrated to ESM
# in their next major version so we can't use them
- dependency-name: camelcase
update-types: ["version-update:semver-major"]
open-pull-requests-limit: 20
Expand Down

0 comments on commit a230488

Please sign in to comment.