瀏覽代碼

Add dependabot conf

Alessandro Decina 3 年之前
父節點
當前提交
a678f3b38e
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      .github/dependabot.yml

+ 9 - 0
.github/dependabot.yml

@@ -0,0 +1,9 @@
+# Please see the documentation for all configuration options:
+# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
+
+version: 2
+updates:
+  - package-ecosystem: "cargo"
+    directory: "/"
+    schedule:
+      interval: "weekly"