Skip to content

Commit

Permalink
ci: update dependabot to use groups
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensby committed Aug 28, 2023
1 parent 963168d commit 8288494
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,36 @@ 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"
test-tools:
patterns:
- "eslint"
- "@typescript-eslint/*"
- "chai"
- "@types/chai"
- "@istanbuljs/nyc-config-typescript"
- "nyc"
- "mocha"
- "@types/mocha"
- "sinon"
- "@types/sinon"
- "sinon-chai"
- "@types/sinon-chai"
- "mockdate"

0 comments on commit 8288494

Please sign in to comment.