Browse Source

Add dependabot configuration

pull/213/head
Stefan Junker 5 years ago
committed by Dan Gohman
parent
commit
8b89dc4922
  1. 10
      .dependabot/config.yml

10
.dependabot/config.yml

@ -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"
Loading…
Cancel
Save