Universal dependency update tool that fits into your workflows.
Перейти к файлу
Michael Kriese 39a947ce05
test: reduce memory footprint (#12517)
* test: reduce memory footprint

* test: use new ts config

Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-11-06 07:35:15 +00:00
.devcontainer chore(deps): update dependency yarn to v1.22.17 (#12288) 2021-10-23 19:00:09 +00:00
.github chore: improve bug report template (#12453) 2021-11-05 13:19:51 +01:00
.husky chore: soft-block commits to main branch with husky pre-commit check (#11094) 2021-08-05 14:58:40 +02:00
.vscode test: fix vscode jest timeout (#11764) 2021-09-16 06:42:49 +00:00
bin refactor: config/definitions -> config/options 2021-08-17 07:57:45 +02:00
data fix(node): update node.js schedule (#9812) 2021-05-01 19:23:41 +02:00
docs feat: support preset versioning with git tags (#11565) 2021-11-05 13:12:47 +00:00
lib fix(ubuntu): Consider 22.04 unstable (#12528) 2021-11-06 08:21:08 +01:00
test fix: refactor regex to use re2 part3 (#12283) 2021-10-27 14:37:11 +00:00
tools fix: refactor regex to use re2 part3 (#12283) 2021-10-27 14:37:11 +00:00
.editorconfig Add editorconfig 2017-01-15 17:23:34 +01:00
.eslintignore chore: update settings (#6974) 2020-08-14 07:54:58 +02:00
.eslintrc.js test: remove custom reporters (#11451) 2021-08-27 15:58:50 +02:00
.gitattributes feat(gradle-wrapper): update artifacts (#5842) 2020-04-03 11:04:34 +02:00
.gitignore fix: pass docker tls env to childs (#9087) 2021-03-11 17:38:54 +01:00
.lgtm.yml test: add lgtm optional includes (#5569) 2020-02-24 21:38:06 +01:00
.ls-lint.yml test: add ls-lint to actions build (#8952) 2021-03-03 09:18:01 +01:00
.markdownlint-cli2.jsonc chore: markdown-lint (#9059) 2021-03-10 06:53:46 +00:00
.npmrc chore: save-exact when installing 2020-09-18 10:42:26 +02:00
.prettierignore chore: update settings (#6974) 2020-08-14 07:54:58 +02:00
.prettierrc chore: roll back prettier 2018-12-14 21:47:34 +01:00
.releaserc chore: prepare v25 legacy releases (#11288) 2021-08-16 16:27:45 +00:00
SECURITY.md docs: use one sentence per line (#7625) 2020-11-02 09:52:37 +01:00
codecov.yml chore(internal): optimize codecov config (#5696) 2020-03-13 06:56:13 +01:00
jest.config.ts test: reduce memory footprint (#12517) 2021-11-06 07:35:15 +00:00
license Update license from MIT to AGPL 2018-04-09 07:22:55 +02:00
package.json feat(onboarding): use .editorconfig file to get indentation style (#11456) 2021-11-05 13:25:50 +00:00
readme.md docs: improve Getting Started (#11202) 2021-08-12 13:14:16 +02:00
renovate.json chore: override prCreation (#10790) 2021-07-12 11:36:48 +02:00
tsconfig.app.json feat(github-releases): getDigest() (#10947) 2021-08-05 17:05:22 +02:00
tsconfig.json test: fix regression (#12347) 2021-10-27 08:22:02 +02:00
tsconfig.lint.json chore(deps): update linters (major) (#6769) 2020-08-10 16:18:08 +02:00
tsconfig.spec.json test: reduce memory footprint (#12517) 2021-11-06 07:35:15 +00:00
yarn.lock feat(onboarding): use .editorconfig file to get indentation style (#11456) 2021-11-05 13:25:50 +00:00

readme.md

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. JS, 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 renovate-disclosure@whitesourcesoftware.com 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.