z3z1ma / dbt-osmosis

Provides automated YAML management, a dbt server, streamlit workbench, and git-integrated dbt model output diff tools
https://z3z1ma.github.io/dbt-osmosis/
Apache License 2.0
422 stars 46 forks source link

Upgrade pre-commit hooks #155

Closed yu-iskw closed 2 weeks ago

yu-iskw commented 3 weeks ago

SSIA

syou6162 commented 3 weeks ago

Looks good to me.

However, it would be troublesome to manually upgrade the version of the pre-commit hooks, so it seems like it would be better to update them automatically with renovate.

It seems that dbt-osmosis uses dependabot instead of renovate, but dependabot does not seem to support updating pre-commit hooks yet 😢

z3z1ma commented 2 weeks ago

LGTM. I have heard of renovate and seen it on a few projects. I can look into migrating to it in a separate PR.