Kaizen Today I Learned by Ville Säävuori

Posts tagged renovate

Ignore Github Actions Runner Version With Renovate

I bumped into a obscure Spatialite error when running tests against SQLite Spatialite database with Pytest in GitHub actions. Turns out the Ubuntu 22.04 runner has upgraded some related packages in a way that is not compatible with GeoDjango SQLite. I didn’t want to spend too much time as this is just in CI and the dev and prod uses morerecent packages that don’t have this issue.

· Read the full article →

Weeknotes 2022/16 - Migrating to pnpm, Renovate bot

In an ongoing effort to lower the overhead of maintaining a large number of repositories and keeping their dependencies fresh, I’ve started integrating the repositories with Renovate Bot and migrating from Yarn (v1) to pnpm. Yarn vs Pnpm I moaned about Yarn v3 in September, and back then pnpm just didn’t work at all for me.

· Read the full article →