Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/checkout-4
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm authored Oct 2, 2023
2 parents 2b7b60d + 17e814e commit 0a402a2
Show file tree
Hide file tree
Showing 7 changed files with 2,206 additions and 960 deletions.
21 changes: 20 additions & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,27 @@ updates:
timezone: UTC
time: "07:00"
ignore:
# These dependencies are explicitly pinned for usage in the plugin
# These dependencies are explicitly pinned for usage in the plugin
# transpilation process and should only be updated manually / intentionally.
- dependency-name: "typescript"
- dependency-name: "@typescript/vfs"
open-pull-requests-limit: 50
groups:
test:
patterns:
- "jest"
- "@arethetypeswrong/*"
- "benchmark"
- "@types/benchmark"
- "long"
bench:
patterns:
- "google-protobuf"
- "brotli"
- "esbuild"
eslint:
patterns:
- "@typescript-eslint/*"
- "eslint-*"
- "eslint"

Loading

0 comments on commit 0a402a2

Please sign in to comment.