Skip to content

Commit

Permalink
Enable Dependabot updates to Poetry lockfile (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs authored Oct 28, 2024
1 parent 29ca220 commit e0221f6
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
Expand Up @@ -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 e0221f6

Please sign in to comment.