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
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?