requirements.txt is ignored when Pipfile exists #1946
Labels
F: dependency-ignores
Allow excluding certain versions
L: python:pip
Python packages via pip
T: bug 🐞
Something isn't working
versioning
Package manage/ecosystem
pip
What you expected to see, versus what you actually saw
My repo (https://github.com/CorralPeltzer/newTrackon) has both
requirements.txt
andPipfile
with only top level dependencies.According to the configuration, Dependabot is monitoring both files. However, on PRs it only updates
Pipfile
, see CorralPeltzer/newTrackon#106.This was reported in dependabot/feedback#435, but the proposed solution (generating
requirements.txt
, with Pipenv, which adds all transitive dependencies) is not what I'd like to have.The text was updated successfully, but these errors were encountered: