Dependabot couldn't find a Pipfile for this project
dependabot-preview opened this issue · 1 comments
dependabot-preview commented
Dependabot couldn't find a Pipfile for this project.
Dependabot requires a Pipfile to evaluate your project's current Python dependencies. It had expected to find one at the path: /python3.6+/Pipfile
.
If this isn't a Python project, or if it is a library, you may wish to disable updates for it from within Dependabot.
shailshouryya commented
This was due to the change in repo structure and shifting the setup.py
configuration file from the /python3.6+/
directory into the /python/
directory.