Comment on Vaultwarden security update Feb 10 2026
tofu@lemmy.nocturnal.garden 2 weeks agoI have all my compose stacks in git. They’re deployed from their git repos with Komodo.
Renovate is a bot that checks git repos for dependencies (mostly container images in this case) and checks if there’s a newer version available. If yes, it creates a merge request to update the version. I review the requests and merge, then the updated compose stack gets deployed with Komodo. It’s a great semi automatic way to handle updates without giving up control.
There’s a nice how to here: nickcunningh.am/…/how-to-automate-version-updates…