quality-time icon indicating copy to clipboard operation
quality-time copied to clipboard

Run pip-compile after Dependabot updates

Open fniessink opened this issue 3 years ago • 0 comments

When Dependabot updates a requirements.in file, it does not update all requirements.txt files that include the .in file. According to this documentation it is possible to respond to Dependabot events. In such a workflow, we can maybe checkout the Dependabot branch, run pip-compile on all requirements files and push the changes.

fniessink avatar Jul 21 '22 16:07 fniessink