mateusoliveira43 / python-project-template

Template for a Python project | Modelo de projeto Python
https://github.com/mateusoliveira43/python-project-template/wiki
MIT License
7 stars 0 forks source link

Check if requirements files were updated #32

Closed mateusoliveira43 closed 1 year ago

mateusoliveira43 commented 1 year ago

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.