From 98119aed94e0a1830baf36a7e25ce7448e31592f Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Mon, 19 Aug 2024 13:42:26 -0700 Subject: [PATCH] chore(dependabot): group lwc together Same as https://github.com/salesforce/sfdx-lwc-jest/pull/363 but for this repo. --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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: