summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-07-09 08:27:17 -0400
committerAndrew Gallant <jamslam@gmail.com>2023-07-09 10:14:03 -0400
commitd67809d6c4bcd30d0864b23d415f79221f871797 (patch)
tree7dc3e4cf08e2211a70d3f5ec76affcbfd8c17d29
parent6abb962f0d655a186972462d88d2de4e5caf4a33 (diff)
github: remove dependabot configuration
This does not seem to have worked at all. For example, there were Actions being used that were clearly deprecated/archived[1]. But Dependabot didn't make a peep. So just get rid of it to avoid the false sense that someone is checking our dependencies for us. [1]: https://github.com/BurntSushi/ripgrep/pull/2360
-rw-r--r--.github/dependabot.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index 5ace4600..00000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-version: 2
-updates:
- - package-ecosystem: "github-actions"
- directory: "/"
- schedule:
- interval: "weekly"