4 comments (4 comments)9 reactions (9 reactions)0 assignees (0 assignees)TypeScript14,066 stars (14,066 stars)1,916 forks (1,916 forks)batch import
help wantednew package managerpriority-4-low
Description
tox.ini - https://tox.readthedocs.io/en/latest/
Contributor guide
- Tech stack
- typescriptpython
- Domain
- clidevops
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- Basic TypeScript knowledgeUnderstanding of renovate's package manager architectureFamiliarity with tox configuration
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- Investigate how renovate currently handles similar configuration files (e.g., requirements.txt, Pipfile) to understand the pattern for adding a new manager. Look at the lib/manager/ directory structure and consider adding a new manager for tox.ini. The issue lacks details, so you may need to ask maintainers about the expected behavior (e.g., whether to parse dependencies from tox.ini or just detect environment variables).