Skip to content

Commit

Permalink
[FEATURE] added dependabot.yml (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0de1ovr authored Jun 26, 2024
1 parent 07490c0 commit b2d6b52
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
version: 2
updates:
- package-ecosystem: "pnpm"
directories:
- "/"
- "/apps/frontend"
- "/packages/eslint-config"
- "/packages/jest-preset"
- "/packages/typescript-config"
schedule:
interval: "weekly"
labels:
- "pnpm"
- "dependencies"
open-pull-requests-limit: 10
commit-message:
prefix: "[DEPS] "
groups:
eslint:
patterns:
- "eslint*"
- "@typescript-eslint*"
testingLib:
patterns:
- "@testing-library*"
react:
patterns:
- "@types/react*"
- "react*"
jest:
patterns:
- "jest*"
- "ts-jest*"
- "@types/jest"

0 comments on commit b2d6b52

Please sign in to comment.