From f13c5aa6a634e8a7c82dada60d084bc80c3152e4 Mon Sep 17 00:00:00 2001 From: Kaan Genc Date: Sun, 30 Jan 2022 17:48:07 -0500 Subject: [PATCH] drop dependabot Looks like the bot doesn't support cargo with nightly features. Disabling until strip makes its way to stable cargo. --- .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 219c13a..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,6 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "cargo" - directory: "/" - schedule: - interval: "daily"