Skip to content

Commit

Permalink
Group dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm committed Nov 1, 2023
1 parent 5fe280b commit 39e767a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,29 @@ updates:
# These are required by docusaurus
- dependency-name: "react"
- dependency-name: "react-dom"
groups:
docusaurus:
patterns:
- "@docusaurus/*"
- "@tsconfig/docusaurus"
format:
patterns:
- "@bufbuild/license-header"
- "prettier"
- "esbuild"
react:
patterns:
- "react"
- "react-dom"
- "@types/react"
- "@react-hookz/web"
eslint:
patterns:
- "@typescript-eslint/*"
- "*eslint-*"
- "eslint"
demo:
patterns:
- "@buf/connectrpc*"
- "@bufbuild/protobuf"
- "@connectrpc/*"

0 comments on commit 39e767a

Please sign in to comment.