This repository has been archived by the owner on May 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Question about Python requirements.txt #435
Comments
This is a bit of a tricky one. Dependabot will try to do both, but it's not perfect at it yet. If you generate your requirements file with |
Ah I see. I'll try generating the requirements file with |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within seven days. Thank you for your contributions. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I currently have a python setup in my repository that I have enabled dependabot on. I use both
Pipfile
and arequirements.txt
file due to different requirements on development machines vs. build machines.My question is, will dependabot update both files at the same time when a new version of a dependency is out? I did receive a PR updating the version of a package in the
Pipfile
, but there was no corresponding update to the requirements.txt. I manually updated the file in the PR as you can see: RohanNagar/thunder#428Is the reason dependabot didn't update the requirements file because it is named
readthedocs-requirements.txt
and notrequirements.txt
? If that is the case, would it be possible to expand the allowed names of the requirements files, or should I rename my file torequirements.txt
?Thanks for the help
The text was updated successfully, but these errors were encountered: