You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the right way to specify that in my dependabot.yaml? I've tried various permutations of pip/pip-compile with grouped/ungrouped but havent found a winning combo yet. Thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a project where I generate a requirements.txt based off a pyproject.toml file using:
pip-compile --output-file=requirements.txt pyproject.toml
The way to update that would be:
pip-compile --output-file=requirements.txt pyproject.toml -U
What's the right way to specify that in my dependabot.yaml? I've tried various permutations of pip/pip-compile with grouped/ungrouped but havent found a winning combo yet. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions