Skip to content

Commit 71098b2

Browse files
authored
chore(dependabot): group lwc/lwc-test deps together (#363)
* chore(dependabot): group lwc-test deps together * fix: update
1 parent fa6798d commit 71098b2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ updates:
88
schedule:
99
interval: "monthly"
1010
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+
patterns:
20+
- "@lwc/*"
1121
# Non-major version bumps hopefully shouldn't break anything,
1222
# so let's group them together into a single PR!
1323
theoretically-non-breaking:

0 commit comments

Comments
 (0)