Add Dependabot config

Fixes #9
This commit is contained in:
Gene Liverman 2019-12-26 21:24:26 -05:00
parent 0813f765c6
commit a26d4ec577
No known key found for this signature in database
GPG key ID: 66D794FE7043CBCA

12
.dependabot/config.yml Normal file
View file

@ -0,0 +1,12 @@
---
version: 1
update_configs:
- package_manager: 'ruby:bundler'
directory: '/'
update_schedule: 'daily'
automerged_updates:
- match:
dependency_type: 'all'
update_type: 'all'