neuroinformatics-unit / python-cookiecutter

Utility to create a basic Python project structure with tests, CI etc.
BSD 3-Clause "New" or "Revised" License
24 stars 3 forks source link

Update precommit versions #95

Open adamltyson opened 10 months ago

adamltyson commented 10 months ago

Is there a way of using the pre-commit.ci bot to do this inside the template?

adamltyson commented 8 months ago

Versions bumped in https://github.com/neuroinformatics-unit/python-cookiecutter/pull/109

sfmig commented 1 week ago

ARC python cookiecutter seems to be using Renovate for this (see example here).

An alternative is Dependabot, which is built into Github.

ARC users mention both are easy to use and set up. The main advantage they mention of renovate over dependabot is that it is a bit more flexible in terms of configuring which files to look into and what (regex) pattern to use to detect versions.

adamltyson commented 1 week ago

Renovate looks like a good idea. We could in principle use it to keep some other parts of the template up to date.