Skip to content

Commit

Permalink
Simplify dependabot grouping rules
Browse files Browse the repository at this point in the history
Signed-off-by: Chad Wilson <chadw@thoughtworks.com>
  • Loading branch information
chadlwilson committed Nov 10, 2023
1 parent 6a984e6 commit 3834972
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ updates:
schedule:
interval: weekly
groups:
vscode:
mocha:
patterns:
- "vscode-*"
- "*mocha*"
fs-extra:
patterns:
- "*fs-extra*"
sinon:
patterns:
- "*sinon*"

0 comments on commit 3834972

Please sign in to comment.