fix(dependabot): ignore updates for node 16.x

This commit is contained in:
Joe Previte 2021-07-08 13:59:38 -07:00
parent 15d256b429
commit 632f980bae
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24

View File

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