Universal dependency update tool that fits into your workflows.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
renovate[bot] e549cad2c2
chore(deps): update actions/checkout action to v3.5.3 (#22662)
17 hours ago
.devcontainer chore(deps): update dependency python to v3.11.4 (#22634) 2 days ago
.github chore(deps): update actions/checkout action to v3.5.3 (#22662) 17 hours ago
.husky refactor: drop lint-staged (#22294) 3 weeks ago
.vscode chore: add GitHub Actions VS Code extension (#21350) 1 month ago
__mocks__ refactor: introduce Fixtures util class (#12638) 1 year ago
data feat(datasource/azure-pipelines-tasks): load tasks from github (#21869) 1 month ago
docs docs(configuration options): rewrite lockFileMaintenance (#22617) 3 days ago
lib chore(deps): update dependency jest-extended to v4 (#22609) 1 day ago
test build: switch hcl parser (#21988) 1 month ago
tools fix: update json-schema (#22262) 3 weeks ago
.editorconfig Add editorconfig 6 years ago
.eslintignore chore: update eslint config (#13237) 1 year ago
.eslintrc.js chore: replace shelljs (#21870) 1 month ago
.gitattributes feat(gradle-wrapper): update artifacts (#5842) 3 years ago
.gitignore build: update gitignore to ignore any config.js* files (#17929) 9 months ago
.lgtm.yml test: add lgtm optional includes (#5569) 3 years ago
.ls-lint.yml chore(deps): update dependency markdownlint-cli2 to v0.4.0 (#13613) 1 year ago
.markdownlint-cli2.jsonc chore(deps): update dependency markdownlint-cli2 to v0.4.0 (#13613) 1 year ago
.npmrc feat: sign npm package (#21608) 2 months ago
.nvmrc chore(deps): update node.js to v18.16.0 (#21470) 2 months ago
.prettierignore build: use ESLint cache option (#16151) 12 months ago
.prettierrc chore: roll back prettier 5 years ago
.releaserc build: disable obsolete verify step (#21886) 1 month ago
SECURITY.md docs: update security email (#16799) 10 months ago
codecov.yml chore: fix codecov config (#14008) 1 year ago
jest.config.ts build(deps): update dependency minimatch to v9 (#21923) 1 month ago
license Update license from MIT to AGPL 5 years ago
package.json chore(deps): update dependency jest-extended to v4 (#22609) 1 day ago
readme.md docs(readme): use GitHub Flavored Markdown admonition (#20565) 4 months ago
renovate.json chore: update renovate config (#18535) 8 months ago
tsconfig.app.json refactor: enable strict checks (#16168) 12 months ago
tsconfig.json chore: simplify ts-node calls (#22401) 2 weeks ago
tsconfig.lint.json chore: update eslint config (#13237) 1 year ago
tsconfig.spec.json test: reduce memory footprint (#12517) 2 years ago
yarn.lock chore(deps): update dependency jest-extended to v4 (#22609) 1 day ago

readme.md

Renovate banner

Renovate

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

License: AGPL-3.0-only codecov Renovate enabled Build status Docker Pulls

Why Use Renovate?

  • Get automated Pull Requests to update your dependencies
  • Reduce noise by running Renovate on a schedule, for example:
    • on weekends
    • outside of working hours
    • each week
    • each month
  • Relevant package files are discovered automatically
  • Supports monorepo architectures like Lerna or Yarn workspaces with no extra configuration
  • Bot behavior is 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 supported and updated in the same commit, including immediately resolving conflicts whenever PRs are merged
  • Get replacement PRs to migrate from a deprecated dependency to the community suggested replacement (npm packages only)
  • Open source (installable via npm/Yarn or Docker Hub) so can be self-hosted or used via GitHub App

Supported Platforms

Renovate works on these platforms:

Who Uses Renovate?

Renovate is widely used in the developer community:

Renovate Matrix

Renovate OSS Insights

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.

Star History

Star History Chart

The Renovate Approach

We believe everyone benefits from automation, whether it's a little or a lot. This means that Renovate:

  • Adapts to your workflow
  • Allows you to configure its behavior
  • Will autodetect settings where possible

Using Renovate

Get started with Renovate by checking out our tutorial.

GitHub

It's easiest to use the hosted Renovate app. Install the Renovate app now.

More details on the GitHub App installation.

Azure DevOps

There are two ways to run Renovate on Azure DevOps:

  • Renovate Me extension
  • Custom pipeline

Renovate Me extension

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.

Custom pipeline

You can create a custom pipeline with a yml definition that triggers npx renovate. More details on how to configure the pipeline.

Bitbucket Cloud/Server, Forgejo, Gitea, GitLab

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

Configuration

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.

Self-Hosting

To run your own instance of Renovate 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 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.

Security / Disclosure

If you find any bug with Renovate that may be a security problem, then e-mail us at: renovate-disclosure@mend.io. 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.