From 8b0814fe9f7480b1d383c4007291d9cacaa5821a Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 25 Apr 2023 14:49:11 +0200 Subject: [PATCH] Dependabot: Move to pyproject.toml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e252e4cd86..71dba8de24 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ version: 2 updates: - package-ecosystem: "pip" - directory: "/src" + directory: "/" schedule: interval: "daily" versioning-strategy: increase