You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have dependency versions pinned in requirements-lock.txt and .pre-commit-config.yaml, and we will likely have more files with pinned versions in the future. Therefore, @lichtefeld recommended that we look into automation for this task. Here are some initial tools I've come across:
Renovate: Seems to be the most powerful tool with support for a large number of different files with a large amount of customizability
We currently have dependency versions pinned in
requirements-lock.txt
and.pre-commit-config.yaml
, and we will likely have more files with pinned versions in the future. Therefore, @lichtefeld recommended that we look into automation for this task. Here are some initial tools I've come across:pre-commit
(Support pre-commit dependabot/dependabot-core#1524).pre-commit-config.yaml
files and doesn't appear to handleadditional_dependencies
, but it's still better than nothingWe should spend some time looking into the various options available before committing to something.
Derived from @aphedges in #8 (comment)
The text was updated successfully, but these errors were encountered: