From 93701d249e2cadf0ec096a752a5cbbe8da1a1130 Mon Sep 17 00:00:00 2001 From: aru Date: Tue, 14 Dec 2021 21:21:15 -0500 Subject: [PATCH] use valid package-ecosystem key (#2694) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1d9c3cc..325cb31 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,7 @@ updates: interval: "weekly" labels: ["skip news", "C: dependencies"] - - package-ecosystem: "python" + - package-ecosystem: "pip" directory: "docs/" schedule: interval: "weekly" -- 2.39.2