Skip to content

Commit

Permalink
Merge pull request #153 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 committed Aug 28, 2023
2 parents 963168d + 799e36b commit 2b85585
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,37 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

groups:
release-tools:
patterns:
- "@commitlint/*"
- "semantic-release"
- "@semantic-release/*"
build-tools:
patterns:
- "@types/*"
- "@tsconfig/*"
- "ts-node"
- "typescript"
exclude-patterns:
- "@types/chai"
- "@types/mocha"
- "@types/sinon"
- "@types/sinon-chai"
lint-tools:
patterns:
- "eslint"
- "@typescript-eslint/*"
test-tools:
patterns:
- "chai"
- "@types/chai"
- "@istanbuljs/nyc-config-typescript"
- "nyc"
- "mocha"
- "@types/mocha"
- "sinon"
- "@types/sinon"
- "sinon-chai"
- "@types/sinon-chai"
- "mockdate"

0 comments on commit 2b85585

Please sign in to comment.