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
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"