All Projects → renovatebot → Renovate

renovatebot / Renovate

Licence: agpl-3.0
Universal dependency update tool that fits into your workflows.

Programming Languages

typescript
32286 projects
HTML
75241 projects
clojure
4091 projects
swift
15916 projects
javascript
184084 projects - #8 most used programming language
HCL
1544 projects

Projects that are alternatives of or similar to Renovate

Greenkeeper
🤖 🌴 Real-time automated dependency updates for npm and GitHub
Stars: ✭ 1,564 (-76.66%)
Mutual labels:  dependencies, npm, dependency-manager
Notes
Some public notes
Stars: ✭ 1,248 (-81.37%)
Mutual labels:  npm, gitlab, bitbucket
upgreat
CLI for a painless way to upgrade your package.json dependencies!
Stars: ✭ 47 (-99.3%)
Mutual labels:  dependency-manager, dependencies, package-management
Scala Steward
🤖 A bot that helps you keep your Scala projects up-to-date
Stars: ✭ 812 (-87.88%)
Mutual labels:  dependencies, gitlab, bitbucket
Patch Package
Fix broken node modules instantly 🏃🏽‍♀️💨
Stars: ✭ 6,062 (-9.52%)
Mutual labels:  dependencies, dependency-manager, package-management
Generic Webhook Trigger Plugin
Can receive any HTTP request, extract any values from JSON or XML and trigger a job with those values available as variables. Works with GitHub, GitLab, Bitbucket, Jira and many more.
Stars: ✭ 287 (-95.72%)
Mutual labels:  gitlab, bitbucket
Reviewdog
🐶 Automated code review tool integrated with any code analysis tools regardless of programming language
Stars: ✭ 4,541 (-32.22%)
Mutual labels:  gitlab, bitbucket
Oauth
🔗 OAuth 2.0 implementation for various providers in one place.
Stars: ✭ 336 (-94.99%)
Mutual labels:  gitlab, bitbucket
Ghorg
Quickly clone an entire org/users repositories into one directory - Supports GitHub, GitLab, Bitbucket, and more
Stars: ✭ 377 (-94.37%)
Mutual labels:  gitlab, bitbucket
snk.dev-assistant
Assistant for code development with advanced machine learning features
Stars: ✭ 14 (-99.79%)
Mutual labels:  gitlab, bitbucket
Athens
A Go module datastore and proxy
Stars: ✭ 3,736 (-44.24%)
Mutual labels:  dependencies, dependency-manager
Vssue
📫 A Vue-powered Issue-based Comment Plugin
Stars: ✭ 496 (-92.6%)
Mutual labels:  gitlab, bitbucket
Pacote
programmatic npm package and metadata downloader (moved!)
Stars: ✭ 281 (-95.81%)
Mutual labels:  npm, package-management
Skyhook
Parses webhooks and forwards them in the proper format to Discord.
Stars: ✭ 263 (-96.07%)
Mutual labels:  gitlab, bitbucket
Danger
🚫 Stop saying "you forgot to …" in code review (in Ruby)
Stars: ✭ 4,691 (-29.99%)
Mutual labels:  gitlab, bitbucket
Github Updater
This WP plugin will update GitHub, Bitbucket, GitLab, and Gitea hosted plugins and themes
Stars: ✭ 2,893 (-56.82%)
Mutual labels:  gitlab, bitbucket
Syncpack
Manage multiple package.json files, such as in Lerna Monorepos and Yarn/Pnpm Workspaces
Stars: ✭ 356 (-94.69%)
Mutual labels:  dependencies, npm
Git Deploy
Php Script for Auto-Pull in server (Using WebHook from GitLab, GitHub and Bitbucket)
Stars: ✭ 495 (-92.61%)
Mutual labels:  gitlab, bitbucket
Release It
🚀 Automate versioning and package publishing
Stars: ✭ 4,773 (-28.76%)
Mutual labels:  npm, gitlab
Dependency Check
checks which modules you have used in your code and then makes sure they are listed as dependencies in your package.json
Stars: ✭ 435 (-93.51%)
Mutual labels:  dependencies, npm

Renovate banner

Renovate

Automated dependency updates. Multi-platform and multi-language.

License: AGPL v3 codecov Renovate enabled Build status

Why Use Renovate?

  • Receive automated Pull Requests whenever dependencies need updating
  • Define schedules to avoid unnecessary noise in projects (e.g. for weekends or outside of working hours, or weekly updates, etc.)
  • Relevant package files are discovered automatically (e.g. supports monorepo architecture such as Lerna or Yarn workspaces without further configuration)
  • Bot behavior is extremely customizable via configuration files (config as code)
  • Use ESLint-like shared config presets for ease of use and simplifying configuration (JSON format only)
  • Lock files are natively supported and updated in the same commit, including immediately resolving conflicts whenever PRs are merged
  • Supports GitHub (.com and Enterprise), GitLab (.com and CE/EE), Bitbucket Cloud, Bitbucket Server, Azure DevOps and Gitea.
  • Open source (installable via npm/Yarn or Docker Hub) so can be self-hosted or used via GitHub App

Who Uses Renovate?

Renovate was released in 2017 and already is widely used in the developer community, including:

Renovate Matrix

The Renovate Approach

  • We believe everyone benefits from automation, whether it's a little or a lot
  • Renovate should not cause you to change your workflow against your wishes, instead it should be adaptable to your existing workflow
  • All behavior should be configurable, down to a ridiculous level if necessary
  • Autodetect settings wherever possible (to minimize configuration) but always allow overrides

Using Renovate

The easiest way to use Renovate if you are hosted on GitHub.com is to install the hosted Renovate app. On Azure DevOps you can install Renovate as an extension from the marketplace.

For GitHub, go to https://github.com/apps/renovate to install it now. More details on the GitHub App installation.

For Azure DevOps, visit the Visual Studio Marketplace and install the Renovate Me extension in your organization. From there you can create a pipeline with the RenovateMe task. More details on how to configure the pipeline. 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. Alternatively, you can create a custom pipeline with a yml definition that will trigger npx renovate. More details on how to configure the pipeline.

For Bitbucket Cloud, Bitbucket Server, Gitea and GitLab, use our self-hosting option.

Configuration

Visit https://docs.renovatebot.com/ for documentation, and in particular https://docs.renovatebot.com/configuration-options/ for a list of configuration options.

To get help and/or a review for your config, go to the discussions tab in the Renovate repository and open a new "config help" discussion post.

Self-Hosting

If you are not on github.com or gitlab.com, or you prefer to run your own instance of Renovate then you have several options:

  • Install the renovate CLI tool from npmjs, run it on a schedule (e.g. using cron)
  • Run the renovate/renovate Docker Hub image (same content/versions as the CLI tool), run it on a schedule
  • Run the renovate/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.

Contributing

If you would like to contribute to Renovate or get a local copy running for some other reason, please see the instructions in .github/contributing.md.

Security / Disclosure

If you discover any important bug with Renovate that may pose a security problem, please disclose it confidentially to [email protected] first, so that it can be assessed and hopefully fixed prior to being exploited. Please do not raise GitHub issues for security-related doubts or problems.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].