Tell dependabot to ignore @types/node

This commit is contained in:
Daz DeBoer 2022-01-27 09:07:17 -07:00
parent 5f1def5815
commit bc3340afc5
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
2 changed files with 3 additions and 1 deletions

View file

@ -4,3 +4,5 @@ updates:
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-name: "@types/node"