this post was submitted on 05 Sep 2024
6 points (100.0% liked)

General Programming Discussion

7746 readers
8 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 5 years ago
MODERATORS
 

I'm really bad at keeping my dependencies up-to-date manually, so dependabot was great for me. I don't use github anymore though, and I haven't really been able to find a good alternative.

I found Snyk, which seems to do that, but they only allow logging in with 3rd party providers which I'm not a big fan of.

Edit: seems like Snyk also only supports a few git hosts, and Codeberg isn't one of them.

top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 4 points 1 month ago* (last edited 1 month ago) (1 children)

Afaik you can self-host the Renovate bot, though don't remember if it's fully open source & self-contained.

[โ€“] [email protected] 4 points 1 month ago

Nice, that looks promising! I'll have to look into it a bit more.