Merge pull request #3006 from cdr/jsjoeio/fix-dependabot-types-node

chore(dev-deps): add ignore block to dependabot config for @types/node
This commit is contained in:
Joe Previte 2021-03-30 17:18:22 -07:00 committed by GitHub
commit fd94b5f5df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,3 +15,6 @@ updates:
schedule:
interval: "daily"
time: "11:00"
ignore:
- dependency-name: "@types/node"
versions: ["14.x"]