Skip to content

Commit

Permalink
chore(deps): dependabot groups config
Browse files Browse the repository at this point in the history
  • Loading branch information
ksol committed Jul 19, 2023
1 parent 32ed0b3 commit 705fd7b
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,32 @@ updates:
- package-ecosystem: "npm"
directory: "/"
allow:
- dependency-type: "production"
- dependency-type: "direct"
schedule:
interval: "monthly"
open-pull-requests-limit: 10
groups:
linter-packages:
patterns:
- "@typescript-eslint/*"
- "eslint*"
- "prettier*"
build-packages:
patterns:
- "@babel/*"
- "@types/*"
- "core-js"
- "esbuild"
- "typescript"
dev-test-packages:
patterns:
- "axios-mock-adapter"
- "chai"
- "mocha"
- "rosie"
- "sinon"
- "ts-mocha"
- "tsconfig-paths"
- "typedoc"
reviewers:
- "ksol"

0 comments on commit 705fd7b

Please sign in to comment.