summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-08-09 15:33:34 +0200
committerMatthias Beyer <mail@beyermatthias.de>2022-08-09 15:33:34 +0200
commit6a0e57480288f8c3b6b4d3e2141da43c55f1839a (patch)
treee6b02e4d0ef3c8093c303ac784f1b43023c248d5
parent5faa4abc9f957e53ea0e20ad03c8abca201b67b3 (diff)
Add dependabot configuration
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-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..86253f8
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,12 @@
+version: 2
+updates:
+- package-ecosystem: cargo
+ directory: "/"
+ schedule:
+ interval: daily
+ # Disable the pull request limit for dependabot
+ open-pull-requests-limit: 0
+- package-ecosystem: github-actions
+ directory: "/"
+ schedule:
+ interval: daily