Add dependabot config.

This commit is contained in:
evazion
2019-10-28 21:33:44 -05:00
parent f075e63573
commit b19d2d3934

17
.dependabot/config.yml Normal file
View File

@@ -0,0 +1,17 @@
# https://dependabot.com/docs/config-file/
# https://dependabot.com/docs/config-file/validator/
version: 1
update_configs:
- package_manager: "ruby:bundler"
directory: "/"
update_schedule: "daily"
allowed_updates:
- match:
update_type: "all"
- package_manager: "javascript"
directory: "/"
update_schedule: "daily"
allowed_updates:
- match:
update_type: "all"