diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-04-29 15:06:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 15:06:22 +0000 |
commit | dd884e142dd7662afa0db5a7f6135184d5e8637e (patch) | |
tree | 2cefe96c7bbfdffc4fb64dc9fb3d0a70a464d9ab /.github | |
parent | Merge pull request #511 from svenstaro/dependabot/cargo/chrono-humanize-0.2.1 (diff) | |
download | miniserve-dd884e142dd7662afa0db5a7f6135184d5e8637e.tar.gz miniserve-dd884e142dd7662afa0db5a7f6135184d5e8637e.zip |
Upgrade to GitHub-native Dependabot
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..f0b384d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: +- package-ecosystem: cargo + directory: "/" + schedule: + interval: daily + time: "04:00" + open-pull-requests-limit: 10 + ignore: + - dependency-name: http + versions: + - 0.2.4 |