From 2a5bdc780706f85641fcdc5561a0cda622d6d6a2 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Fri, 13 Jun 2025 11:07:36 -0400 Subject: [PATCH] Dependabot does not work like this --- .github/dependabot.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index c507d44941..0000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,10 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "weekly" - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly"