]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github: enable dependabot for Rust/cargo 6925/head
authorVictor Julien <vjulien@oisf.net>
Thu, 3 Feb 2022 22:02:38 +0000 (23:02 +0100)
committerVictor Julien <vjulien@oisf.net>
Thu, 3 Feb 2022 22:02:38 +0000 (23:02 +0100)
.github/dependabot.yml [new file with mode: 0644]

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644 (file)
index 0000000..a8a5524
--- /dev/null
@@ -0,0 +1,8 @@
+version: 2
+updates:
+  - package-ecosystem: "cargo"
+    directory: "/rust"
+    schedule:
+      interval: "daily"
+    commit-message:
+      prefix: "rust:"