diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a10b64e..e99c9fb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: