Rip out dependabot - its worse than useless - its annoying
[rust-lightning] / .github / dependabot.yml
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644 (file)
index c8c6daa..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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"