Skip to content

Commit

Permalink
chore(dependabot): group lwc together
Browse files Browse the repository at this point in the history
Same as salesforce/sfdx-lwc-jest#363 but for this repo.
  • Loading branch information
nolanlawson authored Aug 19, 2024
1 parent 292c7d4 commit 98119ae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ updates:
schedule:
interval: "monthly"
groups:
# Group all lwc-test (aka `lwc/jest-*`) deps together since they all depend on each other
# See: https://github.com/salesforce/lwc-test
lwc-test:
patterns:
- "@lwc/jest-*"
# Group other lwc deps together since they also all depend on each other
# See: https://github.com/salesforce/lwc
lwc:
patterns:
- "@lwc/*"
# Non-major version bumps hopefully shouldn't break anything,
# so let's group them together into a single PR!
theoretically-non-breaking:
Expand Down

0 comments on commit 98119ae

Please sign in to comment.