Skip to content

Commit

Permalink
ci: group some dependabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
imccausl committed Aug 5, 2024
1 parent 76bb7f5 commit eb1e1c6
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,31 @@ updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: weekly
open-pull-requests-limit: 10

groups:
linting:
applies-to: version-updates
patterns:
- "eslint*"
- "prettier*"
- "stylelint*"
- "postcss*"
- "typescript-eslint/*"
- "lint-staged"

types:
applies-to: version-updates
patterns:
- "@types/*"

testing:
applies-to: version-updates
patterns:
- "@testing-library/*"
- "vitest"
- "vite*"
- "jsdom"
- "@vitejs/plugin-react"
- "@vitetest/coverage-v8"

0 comments on commit eb1e1c6

Please sign in to comment.