From e0221f6429d231b05d9852ba9028509f98cd0d81 Mon Sep 17 00:00:00 2001 From: Dave Bunten Date: Mon, 28 Oct 2024 14:37:02 -0600 Subject: [PATCH] Enable Dependabot updates to Poetry lockfile (#125) --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9c752b02..052054c0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,3 +14,12 @@ updates: schedule: # Check for updates to GitHub Actions every week interval: "weekly" + + # Perform checks and updates for python poetry environment. + # See here for more information: + # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#pip-and-pip-compile + - package-ecosystem: "pip" + directory: "/" + schedule: + # Check for updates to poetry lockfile every week + interval: "weekly"