Skip to content

Commit de9e3bf

Browse files
committed
Avoid (more) dependency updates which mandate a major version bump.
In the same fashion as 198807c, but also for `hapi` and `@types/hapi`. See comment on that commit for more details. Ref: #2382 Ref: #2371 Ref: #2426 Ref: #2201 Ref: #2647
1 parent 198807c commit de9e3bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

renovate.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
"packageNames": ["@koa/cors"],
3737
"allowedVersions": "<3"
3838
},
39+
{
40+
"packageNames": ["hapi", "@types/hapi"],
41+
"allowedVersions": "<18"
42+
},
3943
{
4044
"packageNames": ["ws"],
4145
"allowedVersions": "<7"

0 commit comments

Comments
 (0)