Dependabot ignore @types/node

This commit is contained in:
Michal Dorner
2021-02-01 10:22:33 +01:00
parent e6cf286b96
commit be44d6bbcb

View File

@@ -7,3 +7,5 @@ updates:
# Check the npm registry for updates every day (weekdays)
schedule:
interval: 'monthly'
ignore:
- dependency-name: '@types/node'