Merge pull request #1615 from TheBlueMatt/2022-07-screw-dependabot
authorMatt Corallo <649246+TheBlueMatt@users.noreply.github.com>
Thu, 14 Jul 2022 00:53:17 +0000 (00:53 +0000)
committerGitHub <noreply@github.com>
Thu, 14 Jul 2022 00:53:17 +0000 (00:53 +0000)
Rip out dependabot - its worse than useless - its annoying

.github/dependabot.yml [deleted file]

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"