Fix problem in dependabot config, yarn is not a valid package-ecosystem, we can try npm

This commit is contained in:
Luis Ramos
2020-12-08 20:00:19 +00:00
parent e2181960bc
commit ab6f6c463a

View File

@@ -7,7 +7,7 @@ updates:
interval: "daily"
open-pull-requests-limit: 10
- package-ecosystem: "yarn"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"