I have a repo which mainly describe dependencies using poetry.lock, but also maintain a requirements.txt to build production docker image. However, dependabot only bumps version in poetry.lock, not the requirements.txt.
I wonder if there's a config field to make it update both of them?
I have a repo which mainly describe dependencies using
poetry.lock, but also maintain arequirements.txtto build production docker image. However, dependabot only bumps version inpoetry.lock, not therequirements.txt.I wonder if there's a config field to make it update both of them?