Get the latest tech news
Disabling Scheduled Dependency Updates
I maintain a lot of libraries on GitHub. I'd guess about 20 that I'm actively watching, and access to another 20 that I can help with if pinged. Many of them...
We have three ecosystems that we pin: Python requirements files with pip-compile, pre-commit hooks, and GitHub Actions in CI workflows. It makes it hard to search when pages of closed PRs are updates and not actual fixes or features. I managed to update every project before today, so for the first time in years I did not wake up to multiple pages of busy work notifications!
Or read this on Hacker News