From 6a69b9b2f64bdd3b9eadfbb24e85f82ee2294e02 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 27 May 2025 08:40:04 -0500 Subject: [PATCH] Fix dependabot configuration typo I am not sure why this change is not validated on pull request :( --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7adec6091..7a9774338 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: -- package-ecosystem: "pip +- package-ecosystem: "pip" directory: "/" schedule: interval: "weekly"