Skip to content

Commit

Permalink
Merge pull request #1537 from dhensby/pulls/dependabot-update
Browse files Browse the repository at this point in the history
ci: update dependabot to use groups
  • Loading branch information
dhensby authored Aug 28, 2023
2 parents f1bfc99 + f6fd19b commit ed01abc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,15 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
groups:
release-tools:
patterns:
- "@commitlint/*"
- "semantic-release"
- "@semantic-release/*"
test-tools:
patterns:
- "mocha"
lint-tools:
patterns:
- "standard"

0 comments on commit ed01abc

Please sign in to comment.