From b7438eeef1b3f137abc0275cc5fd8b87103505f3 Mon Sep 17 00:00:00 2001 From: Jacob Pavlock Date: Mon, 12 Jul 2021 14:28:28 -0700 Subject: [PATCH] ci: remove dependabot Some annoyances & errors, doesn't seem like poetry support is fully developed. https://github.com/dependabot/dependabot-core/issues/1556 --- .github/dependabot.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 76dfa05b..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Please see the documentation for all configuration options: -# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - -version: 2 -updates: - - package-ecosystem: "pip" - directory: "/" # repository root - schedule: - interval: "daily" - labels: ["dependencies"] - commit-message: - prefix: "build(prod):" - prefix-development: "build(dev):" - include: "scope" - - - package-ecosystem: "github-actions" - directory: "/" # `.github/workflows` - schedule: - interval: "daily" - labels: ["dependencies"] - commit-message: - prefix: "ci:" - include: "scope"