Update Dependabot config file (#61)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2020-12-31 10:55:26 -05:00
committed by GitHub
parent e939ff3104
commit 676518e651
2 changed files with 8 additions and 11 deletions

View File

@@ -1,11 +0,0 @@
# 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"

8
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10