openml-python icon indicating copy to clipboard operation
openml-python copied to clipboard

Look into "depenabot" for pre-commit

Open PGijsbers opened this issue 3 years ago • 1 comments

See #1150, it might be useful to have some automation which can bump the versions for the pre-commit dependencies and automatically notify us of this. We should look at how easy this is to set up (dependabotmight be helpful, since it serves a similar purpose), and if it's worth pursuing (caveats mentioned in the PR).

PGijsbers avatar Jul 11 '22 13:07 PGijsbers

Hi @PGijsbers CC @mfeurer,

I looked into it and there's 2 solutions, one automatic and one manual:

  1. Use a github workflow that will run everyday and create a PR if it needs updating
  2. Run pre-commit autoupdate on your local code and it will check for updates and apply accordingly, at which point you can manually make a PR.

I checked dependabot and it doesn't seem supported or on their roadmap.

There's a PR for 1. at #1154 if you want, feel free to close if it's not :)

Best, Eddie

eddiebergman avatar Jul 11 '22 14:07 eddiebergman

This is now enabled, see 1250 as an example.

mfeurer avatar Jun 13 '23 07:06 mfeurer