SaaSHub helps you find the best software and product alternatives Learn more →
Renovate Alternatives
Similar projects and alternatives to renovate
-
-
SurveyJS
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
-
-
-
-
-
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
dockcheck
CLI tool to automate docker image updates. Selective, notifications, autoprune, no pre-pulling.
-
glasskube
🧊 The next generation Package Manager for Kubernetes 📦 Featuring a GUI and a CLI. Glasskube packages are dependency aware, GitOps ready and can get automatic updates via a central public package repository.
-
-
-
rife2
Full-stack, no-declaration, framework to quickly and effortlessly create web applications with modern Java.
-
-
-
Argus
Argus is a lightweight monitor to notify of new software releases via Gotify/Slack/other messages and/or WebHooks.
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
renovate discussion
renovate reviews and mentions
-
Wombat - Syntax Highlighting with Rust's Bat Called from Crystal
To automate library version updates, I introduced Renovate. Although I'm not very familiar with it, adding the following JSON file to the repository enables it to work:
-
renovate.json file in Lobechat source code explained
Read more about Renovate and its documentation.
- 🎄 Retour sur mon année 2024
-
10 Ways to Effectively Manage Spring Cloud Dependencies
Synk, an excellent tool that identifies vulnerabilities in Spring Cloud dependencies. It can also be integrated with GitHub, GitLab, and Bitbucket. A reliable tool to monitor your repositories. You can also check out Renovate, another open-source tool that can automate dependency updates. In addition, our other recommended tool is Dependabot, now part of GitHub, which checks for outdated dependencies.
-
Keeping Your Lagoon Dependencies Up-to-Date: A Developer's Guide
Renovate Bot- Free Community Plan
-
Show HN: Ts-remove-unused – Remove unused code from your TypeScript project
I tried it on https://github.com/renovatebot/renovate
It deleted 100s of files, most of which were Jest test files, and potentially all of which were a mistake. I restored them all with `git restore $(git ls-files -d)`.
I then ran `tsc` on the remaining _modified_ files and `Found 3920 errors in 511 files.`
Obviously at that point I had no choice but to discard all changes and unfortunately I would not recommend this for others to even try.
-
The GitOps Kubernetes starter template that gets you set-up in minutes instead of hours
Once Renovate is integrated to track your GitOps repo, it will look for Glasskube packages and compare their versions to the official package repositories. When new versions are available, it will automatically open a PR. Once merged, you’ll be running the latest versions of your packages.
-
Show HN: Glasskube – open-source Kubernetes Package Manager, alternative to Helm
Thanks for your input, let me comment on your points one by one.
> However things like helmfile with renovate paired with a pipeline is my personal preference even if just for ensuring things remain consistent in a repo.
Glasskube packages can also be put inside a GitOps repository as every package is a CR (custom resource). (They can even be configured via the CLI using the `--dry-run` and `--output yaml` flags and than put into git. In addition we are working on pull request to support package updates via Renovate: https://github.com/renovatebot/renovate/issues/29322
> The package controller reminds me a lot of Helm tiller with older versions of helm, and it became a big security issue for a lot of companies, so much so that helm3 removed it and did everything clientside via configmaps. Curious how this project plans on overcoming that.
As helm3 is now a client side tool only, that means that it can't enforce any RBAC by itself. OLM introduced Operator Groups (https://olm.operatorframework.io/docs/advanced-tasks/operato...) which introduces a permissions on an operator level. We might introduce something similar for Glasskube packages. Glasskube itself will still require be quite powerful, but we can than scope packages and introduce granular permissions.
-
Understanding Mend Renovate's Pull Request Workflow
To get started with Mend Renovate, the comprehensive official documentation provides detailed instructions on installation, configuration, and best practices. Additionally, the Mend Renovate community forum offers a platform for users to connect, share experiences, and access the collective knowledge base.
- Git commit helper: add emojis to your commits
-
A note from our sponsor - SaaSHub
www.saashub.com | 24 May 2025
Stats
renovatebot/renovate is an open source project licensed under GNU Affero General Public License v3.0 which is an OSI approved license.
The primary programming language of renovate is TypeScript.