chore: ignore 15.x @types/node updates

This commit is contained in:
Joe Previte 2021-04-27 15:25:38 -07:00
parent bc459e6294
commit e86c0f8c87
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ updates:
time: "11:00"
ignore:
- dependency-name: "@types/node"
versions: ["14.x", "13.x"]
versions: ["15.x", "14.x", "13.x"]
- dependency-name: "xdg-basedir"
# 5.0.0 has breaking changes as they switch to named exports
# and convert the module to ESM