From 3f84d9498d23516344783dd4eb84278a5875afee Mon Sep 17 00:00:00 2001 From: sudoforge Date: Sun, 20 Apr 2025 22:50:10 -0700 Subject: [PATCH] revert: "Create Dependabot config file" (#1374) This reverts commit cc3b7c328dd4e4ad51de15919962d62f1146ca51, effectively disabling Dependabot. This is being done primarily due to git-bug/git-bug#1367, but also because the implementation of this bot is noisy and often broken (failing to run `go mod tidy`, resulting in a CI error that requires manual intervention to fix). Automatically updating dependencies is helpful, but not a priority right now. In the future, it is possible to revert this commit, however, I would suggest looking at renovate [0] as an alternative approach, as I personally find it to be far less invasive/noisy (see #1247). [0]: https://docs.renovatebot.com/ Change-Id: I32f06381e1abf66a2655b5b6ba5c96cca6124720 --- .github/dependabot.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index bd1922620bdd3bfd47e2868fac27398cdab9161c..0000000000000000000000000000000000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,8 +0,0 @@ -version: 2 -updates: -- package-ecosystem: gomod - directory: "/" - schedule: - interval: daily - time: "04:00" - open-pull-requests-limit: 10