summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-03-23 20:51:39 +0100
committerpml68 <contact@pml68.dev>2025-03-23 20:51:39 +0100
commit3f75e822a75c00c1b374c20b81805b6478a065c3 (patch)
tree8fe277220bef12c3600dbf3994a5c6c696e1f6a5 /.github/dependabot.yml
parentci: change cache keys (diff)
downloadiced-builder-3f75e822a75c00c1b374c20b81805b6478a065c3.tar.gz
ci: add dependabot config file [skip ci]
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..5cad797
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,10 @@
+version: 2
+updates:
+- package-ecosystem: cargo
+ directory: "/"
+ schedule:
+ interval: daily
+ time: "20:00"
+ open-pull-requests-limit: 10
+ reviewers:
+ - pml68