Skip to content

Commit 03e49cd

Browse files
chore: ignore updates of whatwg-url >=13
whatwg-url@13's minimum-supported Node.js version (MSNV) is Node.js 16. api-ts still supports Node.js 14, so whatwg-url@13 is incompatible with api-ts right now. This commit silences dependabot alerts to update whatwg-url to version 13 or higher. When api-ts' MSNV is 16, we will revert this diff.
1 parent 568ea5c commit 03e49cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ updates:
3434
versions: ['>=16']
3535
- dependency-name: typescript
3636
versions: ['>4.8']
37+
- dependency-name: whatwg-url
38+
versions: ['>=13']

0 commit comments

Comments
 (0)