Merge pull request #26 from omnivore-app/fix/dependabot-config

Fixes for dependabot config
This commit is contained in:
Jackson Harper 2022-02-13 05:25:48 +08:00 committed by GitHub
commit a41c72755b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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