Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Look into "depenabot" for pre-commit #1153

Closed
PGijsbers opened this issue Jul 11, 2022 · 2 comments
Closed

Look into "depenabot" for pre-commit #1153

PGijsbers opened this issue Jul 11, 2022 · 2 comments
Labels
CI About continious integration

Comments

@PGijsbers
Copy link
Collaborator

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 PGijsbers added the CI About continious integration label Jul 11, 2022
@eddiebergman
Copy link
Collaborator

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

@mfeurer
Copy link
Collaborator

mfeurer commented Jun 13, 2023

This is now enabled, see 1250 as an example.

@mfeurer mfeurer closed this as completed Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI About continious integration
Projects
None yet
Development

No branches or pull requests

3 participants