From ef248b36d2642777bd0b50003c202d53811b3622 Mon Sep 17 00:00:00 2001 From: Tim Vaillancourt Date: Wed, 11 Sep 2024 20:23:46 +0200 Subject: [PATCH] Delete .github/dependabot.yml (#509) Signed-off-by: Tim Vaillancourt --- .github/dependabot.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index efa1d22cfad..00000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,12 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "daily" - target-branch: "slack-vitess-r14.0.5" - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "daily" - target-branch: "slack-vitess-r12.0.5"