From d67809d6c4bcd30d0864b23d415f79221f871797 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 9 Jul 2023 08:27:17 -0400 Subject: 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 --- .github/dependabot.yml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .github/dependabot.yml 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" -- cgit v1.2.3