Skip to content

Commit c4c6ebd

Browse files
authored
chore: add koa-router, redis and next to dependabot ignore list (#4749)
1 parent 01ae875 commit c4c6ebd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ updates:
3232
- 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
3333
- dependency-name: "rimraf" # rimraf@5 min is 14.20, we need >=14.17; rimraf@6 dropped 14, 16, 18
3434
update-types: ["version-update:semver-major"]
35+
# Packages whose newer versions are not supported by the agent
36+
- dependency-name: "koa-router" # support is >=5.2.0 <14.0.0
37+
- dependency-name: "next" # support is >=12.0.0 <13.3.0
38+
- dependency-name: "redis" # support is >=2.0.0 <5
3539
groups:
3640
aws-sdk:
3741
dependency-type: "development"

0 commit comments

Comments
 (0)