From 88e6a1dcbc13d7c91d5a9092f06fdfd22947cedb Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Tue, 4 May 2021 00:37:37 -0700 Subject: [PATCH] Revert ".github/dependabot: pip -> poetry" This reverts commit 449bd9787465987013d5532bd9879d3afffcf956. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 278e0da..5d5a659 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: -- package-ecosystem: poetry +- package-ecosystem: pip directory: "/" schedule: interval: daily