Skip to content
Merged
Changes from all 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
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ updates:
- dependency-name: "lru-cache" # later [email protected] toyed with dropping 14.x, we pin to a specific early 10.x; lru-cache@11 dropped 14, 16, 18
- dependency-name: "rimraf" # rimraf@5 min is 14.20, we need >=14.17; rimraf@6 dropped 14, 16, 18
update-types: ["version-update:semver-major"]
# Packages whose newer versions are not supported by the agent
- dependency-name: "koa-router" # support is >=5.2.0 <14.0.0
- dependency-name: "next" # support is >=12.0.0 <13.3.0
- dependency-name: "redis" # support is >=2.0.0 <5
groups:
aws-sdk:
dependency-type: "development"
Expand Down
Loading