Dependabot automatically updates Python dependencies. But it only updates pyproject.toml and poetry.lock files, the files under requirements folder are not updated.
To avoid merging wrong PRs, add a CI check to see if requirements files were updated.
Dependabot automatically updates Python dependencies. But it only updates
pyproject.toml
andpoetry.lock
files, the files underrequirements
folder are not updated.To avoid merging wrong PRs, add a CI check to see if requirements files were updated.