Merge pull request #24 from omnivore-app/add-dependabot-config
Add a dependabot configuration
This commit is contained in:
6
.github/dependabot.yml
vendored
Normal file
6
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "yarn"
|
||||
directory: "/**"
|
||||
allow:
|
||||
- dependency-type: "production"
|
||||
Reference in New Issue
Block a user