Dependabot ignore @types/node

This commit is contained in:
Michal Dorner 2021-02-01 10:22:33 +01:00
parent e6cf286b96
commit be44d6bbcb
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786

View file

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