We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6798d commit 71098b2Copy full SHA for 71098b2
.github/dependabot.yml
@@ -8,6 +8,16 @@ updates:
8
schedule:
9
interval: "monthly"
10
groups:
11
+ # Group all lwc-test (aka `lwc/jest-*`) deps together since they all depend on each other
12
+ # See: https://github.com/salesforce/lwc-test
13
+ lwc-test:
14
+ patterns:
15
+ - "@lwc/jest-*"
16
+ # Group other lwc deps together since they also all depend on each other
17
+ # See: https://github.com/salesforce/lwc
18
+ lwc:
19
20
+ - "@lwc/*"
21
# Non-major version bumps hopefully shouldn't break anything,
22
# so let's group them together into a single PR!
23
theoretically-non-breaking:
0 commit comments