Skip to content

Commit f6fd19b

Browse files
committed
ci: update dependabot to use groups
1 parent f1bfc99 commit f6fd19b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,15 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
groups:
13+
release-tools:
14+
patterns:
15+
- "@commitlint/*"
16+
- "semantic-release"
17+
- "@semantic-release/*"
18+
test-tools:
19+
patterns:
20+
- "mocha"
21+
lint-tools:
22+
patterns:
23+
- "standard"

0 commit comments

Comments
 (0)