john-bodley commented on pull request #10733: URL: https://github.com/apache/incubator-superset/pull/10733#issuecomment-689627612
@villebro we have an internal system for running the updates and a monthly cron. It seems like `pip-compile-multi` uses a GitHub workflow which we could replicate ([example](https://github.com/peterdemin/pip-compile-multi/blob/master/.github/workflows/pipcompilemulti.yml)) and run at a weekly cadence or similar. The commands we would need to run are: ``` pip-compile-multi pre-commit autoupdate —freeze ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
