dependabot / dependabot/dependabot-core
Python: parse conda.env in addition to requirements.txt
- Dominant language
- Ruby
- Stars
- 5.8k
- Forks
- 1.5k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 149
Description
Right now Depandabot can only deal with requirement.txt files from PyPy but a lot of our repositories use Anaconda yaml files because of the performance increase with the Tensorflow installation. Thus, adding Conda yaml support would be essential for us!
Contributor guide
Research direction
The issue names requirements.txt and Anaconda/Conda YAML files as the dependency manifests to support. Start by locating the existing Python/PyPy requirements.txt handling, then determine how Conda YAML dependencies should be recognized and updated; done means Dependabot can process those repositories in addition to requirements.txt-only projects.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100