Create dependabot.yml
authorNaveen <172697+naveensrinivasan@users.noreply.github.com>
Mon, 17 Jan 2022 01:32:04 +0000 (19:32 -0600)
committernaveen <172697+naveensrinivasan@users.noreply.github.com>
Tue, 18 Jan 2022 19:39:53 +0000 (19:39 +0000)
Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
.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..c8c6daa
--- /dev/null
@@ -0,0 +1,36 @@
+# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
+
+version: 2
+updates:
+  - package-ecosystem: "cargo" 
+    directory: "/" 
+    schedule:
+      interval: "daily"
+  - package-ecosystem: "cargo" 
+    directory: "/lightning-background-processor" 
+    schedule:
+      interval: "daily"
+  - package-ecosystem: "cargo" 
+    directory: "/lightning-block-sync" 
+    schedule:
+      interval: "daily"
+  - package-ecosystem: "cargo" 
+    directory: "/lightning-invoice" 
+    schedule:
+      interval: "daily"
+  - package-ecosystem: "cargo" 
+    directory: "/lightning-net-tokio"
+    schedule:
+      interval: "daily"
+  - package-ecosystem: "cargo" 
+    directory: "/lightning-persister"
+    schedule:
+      interval: "daily"
+  - package-ecosystem: "cargo" 
+    directory: "/lightning"
+    schedule:
+      interval: "daily"
+  - package-ecosystem: "github-actions" 
+    directory: "/"
+    schedule:
+      interval: "daily"