Merge pull request #24 from omnivore-app/add-dependabot-config

Add a dependabot configuration
This commit is contained in:
Jackson Harper 2022-02-13 01:46:57 +08:00 committed by GitHub
commit 9db28dc2ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "yarn"
directory: "/**"
allow:
- dependency-type: "production"