From 76e6dfc89ebd911997af7db910550761ea0fddb8 Mon Sep 17 00:00:00 2001 From: ajasnosz <139114006+ajasnosz@users.noreply.github.com> Date: Tue, 1 Aug 2023 11:56:58 +0200 Subject: [PATCH] chore: disable dependabot (#799) (#800) --- .github/dependabot.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index bbea7fc77..000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,18 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "github-actions" - commit-message: - prefix: "ci(actions): " - directory: "/.github/workflows" - rebase-strategy: "disabled" - target-branch: "develop" - schedule: - interval: "daily" - - package-ecosystem: "pip" - directory: "" - target-branch: "develop" - schedule: - interval: "daily" - commit-message: - prefix: "build(pip): " - include: "scope"