Skip to content

Commit

Permalink
Update dependabot groupings (connectrpc#271)
Browse files Browse the repository at this point in the history
Group all dev depencencies and split out a few to be done together
(connect + bufbuild and react-query)
  • Loading branch information
paul-sachs authored Dec 7, 2023
1 parent a96c192 commit 94eaf0a
Showing 1 changed file with 39 additions and 10 deletions.
49 changes: 39 additions & 10 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,46 @@
version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: 'monthly'
day: 'monday'
interval: "monthly"
day: "monday"
timezone: UTC
time: '07:00'
- package-ecosystem: 'npm'
directory: '/'
time: "07:00"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: 'monthly'
day: 'monday'
interval: "monthly"
day: "monday"
timezone: UTC
time: '07:00'
time: "07:00"
open-pull-requests-limit: 50
groups:
connectRelated:
patterns:
- "@connectrpc/*"
- "@bufbuild/*"
devDependencies:
patterns:
- "@arethetypeswrong/*"
- "@testing-library/*"
- "@types/*"
- "@typescript-eslint/*"
- "@vitejs/*"
- "cspell"
- "eslint*"
- "jest-mock"
- "jest"
- "prettier"
- "react-dom"
- "react"
- "ts-jest"
- "ts-node"
- "turbo"
- "typescript"
- "vite"
- "vitest"
reactQuery:
patterns:
- "@tanstack/react-query"
- "@tanstack/react-query-devtools"

0 comments on commit 94eaf0a

Please sign in to comment.