Hacker News new | ask | show | jobs
Show HN: RepoWarden – Autopilot for your GitHub dependency updates (repowarden.dev)
3 points by joshghent 78 days ago
RepoWarden monitors your repos and opens PRs for dependency updates and security patches automatically. I got tired of manually managing Dependabot PRs across dozens of repos, so I built something that handles the whole lifecycle - from detecting outdated deps to opening well-described PRs.

I’ve taken a lot of care to ensure security of this app. Each “run” exists in a fresh container in cloudflare with its own network. And there are a myriad of protections against dependency poisoning and other attacks.

I’ve been dogfooding this app for about a month and has merged over 50 PR’s for me and found and fixed security issues for me.

Hope you find it useful :) Free for open source folk of course