TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Disabling Scheduled Dependency Updates

18 pointsby benhoyt8 months ago

4 comments

ydnaclementine8 months ago
This guy calls it out here, but I will say that the notifications page on github could do with a redesign. If you&#x27;re in a busy org for your job, it&#x27;s not easy to see everything in the org (they limit showing number of notifications per repo), and the volume of notifications from your job org will cover up anything in your personal&#x2F;following repos.<p>Sure you could unfollow work repos you aren&#x27;t interested in, but you&#x27;re automatically following any new ones.
评论 #41653666 未加载
maximilianroos8 months ago
An alternative is to automatically merge dependency changes which pass the tests. Then there&#x27;s no need for any intervention unless something needs your attention, just dismiss the notification.<p>We do this at PRQL, with: <a href="https:&#x2F;&#x2F;github.com&#x2F;PRQL&#x2F;prql&#x2F;blob&#x2F;12b1bb65afd5b67f34b98d0ac140c6cd0d5c4f8b&#x2F;.github&#x2F;workflows&#x2F;pull-request-target.yaml#L71-L102">https:&#x2F;&#x2F;github.com&#x2F;PRQL&#x2F;prql&#x2F;blob&#x2F;12b1bb65afd5b67f34b98d0ac1...</a>
评论 #41651636 未加载
cesnja8 months ago
You get to choose either the mind-numbing churn of constant updates, the risk of updates piling up and becoming unmanageable, or shipping software with vulnerabilities. None of these options sounds fun.
donatj8 months ago
I really wish there was a step before opening a PR, like a page with a list of what&#x27;s out of date that let&#x27;s you click a button to open a PR for one or more dependency updates.
评论 #41654471 未加载