vmfloaty/.dependabot/config.yml
Gene Liverman a6f53c0310
Add Dependabot and Coveralls
This adds Dependabot to keep things updated and Coveralls so we can see
how code coverage changes over time. Coveralls / SimpleCov are
configured so that both the SimpleCov html report and the Coveralls
report are generated. This facilitates easily seeing coverage locally in
addtion to via CI.
2020-07-07 10:17:10 -04:00

7 lines
116 B
YAML

---
version: 1
update_configs:
- package_manager: 'ruby:bundler'
directory: '/'
update_schedule: 'daily'