summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-09-11 20:45:02 +0000
committerGitHub <noreply@github.com>2020-09-11 20:45:02 +0000
commit76e69eb168cde4054f1b3d82a28133c1dadf9b73 (patch)
tree4996ceadf39b3d13153ed85546e993627e973b16 /.github
parent7384d99d737ae9aae3b7d0cd99c20400be877afe (diff)
downloadrust-libzfs-76e69eb168cde4054f1b3d82a28133c1dadf9b73.zip
Create Dependabot config file
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..b52e9e5
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,9 @@
+version: 2
+updates:
+- package-ecosystem: cargo
+ directory: "/"
+ schedule:
+ interval: daily
+ time: "10:00"
+ open-pull-requests-limit: 10
+ rebase-strategy: disabled