Merge pull request #3749 from cdr/fix-dependabot-node

fix(dependabot): ignore major updates for node
This commit is contained in:
Joe Previte 2021-07-08 14:20:35 -07:00 committed by GitHub
commit 343cec5159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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