Add dependabot configuration

This commit is contained in:
Stefan Junker
2019-07-22 17:26:01 +02:00
committed by Dan Gohman
parent a264787897
commit 8b89dc4922

10
.dependabot/config.yml Normal file
View File

@@ -0,0 +1,10 @@
# See https://dependabot.com/docs/config-file/ for a reference.
version: 1
update_configs:
- package_manager: "rust:cargo"
directory: "/"
update_schedule: "live"
version_requirement_updates: "auto"
allowed_updates:
- match:
update_type: "all"