Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable Dependabot updates to Poetry lockfile
Browse files Browse the repository at this point in the history
d33bs committed Oct 26, 2024
1 parent ccca87f commit fb9fed8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit fb9fed8

Please sign in to comment.