Fix CI badge (#3)

This commit is contained in:
Dave Gallant
2020-06-21 02:36:29 -04:00
committed by GitHub
parent d6c5b13f67
commit a10d0f235c
4 changed files with 14 additions and 1 deletions

11
.dependabot/config.yml Normal file
View File

@@ -0,0 +1,11 @@
# https://dependabot.com/docs/config-file/
version: 1
update_configs:
- package_manager: "rust:cargo"
directory: "/"
update_schedule: "live"
automerged_updates:
- match:
dependency_type: "all"
update_type: "semver:patch"