cloud-bulldozer / benchmark-wrapper

Python Library to run benchmarks
https://benchmark-wrapper.readthedocs.io
Apache License 2.0
19 stars 56 forks source link

Change pre-commit and version workflow to run monthly #366

Closed learnitall closed 2 years ago

learnitall commented 2 years ago

Description

Once a week we get the possibility of two PRs opening up: pre-commit auto-update and requirements auto-update. I thought it would be useful to do these upgrades once a week when I created the initial configuration, however now I'm realizing it's a lot of work that could be trimmed down. We don't need to stay super up-to-date on these requirements, as its not required for running snafu, so might be better to wait to do these upgrades every now and then so we can reduce notification fatigue.

Fixes

Changes pre-commit auto-updates and requirements auto-updates to run monthly, rather than weekly.