aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-06-28 08:24:19 +0000
committerGitHub <noreply@github.com>2021-06-28 08:24:19 +0000
commit2546120b8992192576714d19ef0709714d20227f (patch)
tree24a6a7858c3873dd37d437db9b0e06bee0a692ee /.github
parentMerge pull request #540 from svenstaro/dependabot/cargo/strum_macros-0.21.1 (diff)
parentUpgrade to GitHub-native Dependabot (diff)
downloadminiserve-2546120b8992192576714d19ef0709714d20227f.tar.gz
miniserve-2546120b8992192576714d19ef0709714d20227f.zip
Merge pull request #514 from svenstaro/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml12
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