Skip to content

Commit

Permalink
Add dependabot grouping (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm authored Feb 1, 2024
1 parent e2179a1 commit ae50f4f
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,32 @@ updates:
timezone: UTC
time: "07:00"
open-pull-requests-limit: 50
groups:
bench:
patterns:
- "google-protobuf"
- "grpc-web"
- "brotli"
- "@bufbuild/protobuf"
- "@bufbuild/protoc-gen-es"
- "esbuild"
protobuf-es:
patterns:
- "@bufbuild/protobuf"
- "@bufbuild/protoplugin"
- "@bufbuild/protoc-gen-es"
build:
patterns:
- "typescript"
- "tsx"
- "@bufbuild/protobuf"
lint:
patterns:
- "@typescript-eslint/*"
- "eslint-*"
- "eslint"
- "@arethetypeswrong/*"
format:
patterns:
- "prettier"
- "@bufbuild/license-header"

0 comments on commit ae50f4f

Please sign in to comment.