Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Luigi | 16,527 | 338 | 67 | a month ago | 75 | June 20, 2022 | 115 | apache-2.0 | Python | |
Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in. | ||||||||||
Renovate | 12,354 | 61 | 86 | 21 hours ago | 6,282 | September 24, 2022 | 849 | other | TypeScript | |
Universal dependency update tool that fits into your workflows. | ||||||||||
Cnvkit | 402 | 9 | 3 months ago | 49 | May 28, 2021 | 239 | other | Python | ||
Copy number variant detection from targeted DNA sequencing | ||||||||||
Prism | 209 | a year ago | 16 | gpl-3.0 | Python | |||||
Prism Pipeline | ||||||||||
Asset Builder | 186 | 1,133 | 7 | 2 years ago | 17 | January 23, 2019 | 28 | mit | JavaScript | |
assembles and orchestrates your dependencies so you can run them through your asset pipeline. | ||||||||||
Jenkins Spock | 161 | 2 years ago | 9 | April 13, 2021 | 29 | apache-2.0 | Groovy | |||
Unit-test Jenkins pipeline code with Spock | ||||||||||
Dagr | 67 | 5 | a year ago | 4 | May 08, 2017 | 72 | mit | Scala | ||
A scala based DSL and framework for writing and executing bioinformatics pipelines as Directed Acyclic GRaphs | ||||||||||
M8s | 47 | 6 months ago | 7 | October 21, 2021 | 36 | gpl-3.0 | Go | |||
Toolkit for building ephemeral environments via a pipeline | ||||||||||
Adviser | 31 | 8 days ago | 41 | June 10, 2022 | 19 | gpl-3.0 | Python | |||
The recommendation engine for Python software stacks and Dependency Monkey in project Thoth. | ||||||||||
Secure Pipeline Java Demo | 28 | a year ago | mit | Java | ||||||
Automated dependency updates. Multi-platform and multi-language.
Renovate works on these platforms:
Renovate is widely used in the developer community:
Renovate is built on a big community and actively invites and supports contributions. Information about our contributors and community can be found on OSS Insight.
We believe everyone benefits from automation, whether it's a little or a lot. This means that Renovate:
Get started with Renovate by checking out our tutorial.
It's easiest to use the hosted Renovate app. Install the Renovate app now.
More details on the GitHub App installation.
There are two ways to run Renovate on Azure DevOps:
Go to the Visual Studio Marketplace and install the Renovate Me extension in your organization.
From there you can create a pipeline with the RenovateMe
task.
Note This extension is created and maintained personally by a Renovate developer/user so support requests relating to the extension itself cannot be answered directly in the main Renovate repository.
You can create a custom pipeline with a yml
definition that triggers npx renovate
.
More details on how to configure the pipeline.
For Bitbucket Cloud, Bitbucket Server, Forgejo, Gitea and GitLab, use our self-hosting option.
Go to our documentation website to learn how to configure Renovate. We have a full list of configuration options.
To get help with your configuration, go to the discussions tab in the Renovate repository and open a new "config help" discussion post.
To run your own instance of Renovate you have several options:
renovate
CLI tool from npmjs, run it on a schedule (e.g. using cron
)renovate/renovate
Docker Hub image (same content/versions as the CLI tool), run it on a schedulerenovate/renovate:slim
Docker Hub image if you only use package managers that don't need third-party binaries (e.g. JavaScript, Docker, NuGet, pip)More details on the self-hosting development.
If you want to contribute to Renovate or get a local copy running, please read the instructions in contributing guidelines. To get started look at the list of good first issues.
If you find any bug with Renovate that may be a security problem, then e-mail us at: [email protected]. This way we can evaluate the bug and hopefully fix it before it gets abused. Please give us enough time to investigate the bug before you report it anywhere else.
Please do not create GitHub issues for security-related doubts or problems.