Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ updates:
patterns: ["*"]
cooldown:
default-days: 10
ignore:
# TEMPORARY: openapi-typescript peer dep still pins typescript ^5.x.
# Remove once openapi-typescript ships TS 6 support (tracking openapi-ts/openapi-typescript#2774).
- dependency-name: typescript
update-types: ["version-update:semver-major"]
Comment thread
jeremy marked this conversation as resolved.

- package-ecosystem: bundler
directory: /ruby
Expand Down
Loading
Loading