From ec0ed0cbe3588193830197ab3345c433727531b4 Mon Sep 17 00:00:00 2001 From: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com> Date: Tue, 31 Jan 2023 12:24:51 -0500 Subject: [PATCH] Update the dependabot configuration Add `pip` package ecosystem entries to cover the `pipenv` configurations in the `src/` directory. This will ensure that these dependencies are tracked and updated appropriately. --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index aba2d98..0b6895b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -27,6 +27,21 @@ updates: schedule: interval: "weekly" + - package-ecosystem: "pip" + directory: "/src/py3.7" + schedule: + interval: "weekly" + + - package-ecosystem: "pip" + directory: "/src/py3.8" + schedule: + interval: "weekly" + + - package-ecosystem: "pip" + directory: "/src/py3.9" + schedule: + interval: "weekly" + - package-ecosystem: "terraform" directory: "/" schedule: