From 9c327d0625cab94306d45ab00f631c778db62b9c Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Wed, 1 Jun 2022 22:07:21 -0400 Subject: [PATCH] Fix dependabot package-ecosystem --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d54096e..7a56750 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,7 @@ version: 2 updates: - - package-ecosystem: pipenv + - package-ecosystem: pip directory: / schedule: interval: weekly