track python dependencies

main
Andrew Cassidy 2 years ago committed by GitHub
parent 55f0ced229
commit b81df96990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,4 +7,10 @@ updates:
target-branch: "dev"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
interval: "daily"
# Maintain dependencies for pip
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"

Loading…
Cancel
Save