diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-06-28 08:24:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-28 08:24:19 +0000 |
commit | 2546120b8992192576714d19ef0709714d20227f (patch) | |
tree | 24a6a7858c3873dd37d437db9b0e06bee0a692ee | |
parent | Merge pull request #540 from svenstaro/dependabot/cargo/strum_macros-0.21.1 (diff) | |
parent | Upgrade to GitHub-native Dependabot (diff) | |
download | miniserve-2546120b8992192576714d19ef0709714d20227f.tar.gz miniserve-2546120b8992192576714d19ef0709714d20227f.zip |
Merge pull request #514 from svenstaro/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
-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 |