Fixes for dependabot config

This requires a schedule interval and should use `npm` instead
of yarn.
This commit is contained in:
Jackson Harper
2022-02-12 10:00:17 -08:00
parent 175cfe2678
commit 55895ca334

View File

@ -1,6 +1,8 @@
version: 2
updates:
- package-ecosystem: "yarn"
directory: "/**"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
allow:
- dependency-type: "production"