Universal dependency update tool that fits into your workflows.
Перейти к файлу
renovate[bot] 427df6b7bc
build(deps): update dependency simple-git to v3.1.1 (#13962)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-02 15:45:45 +00:00
.devcontainer chore(deps): update node.js to v14.19.0 (#13947) 2022-02-01 15:52:30 +00:00
.github chore(deps): update github/codeql-action action to v1.0.31 (#13930) 2022-01-31 17:38:40 +00:00
.husky chore: soft-block commits to main branch with husky pre-commit check (#11094) 2021-08-05 14:58:40 +02:00
.vscode refactor(migrations): validator (#13073) 2022-01-10 21:01:57 +00:00
__mocks__ refactor: introduce Fixtures util class (#12638) 2022-01-23 21:23:54 +00:00
bin chore: update eslint config (#13237) 2021-12-22 13:31:14 +00:00
data fix(node): update node.js schedule (#12601) 2021-11-10 20:44:21 +01:00
docs docs(self-hosted config): add flux list item (#13924) 2022-01-31 12:07:10 +01:00
lib feat(changelogs): Add `github-changelog` and `gitlab-changelog` hosttypes (#13695) 2022-02-02 10:20:51 +00:00
test refactor: introduce Fixtures util class (#12638) 2022-01-23 21:23:54 +00:00
tools fix: docs manager->datasource relative link (#13663) 2022-01-20 10:06:45 +01:00
.editorconfig Add editorconfig 2017-01-15 17:23:34 +01:00
.eslintignore chore: update eslint config (#13237) 2021-12-22 13:31:14 +00:00
.eslintrc.js build(deps): update dependency simple-git to v3 (#13705) 2022-01-27 12:22:48 +01: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 chore(deps): update dependency markdownlint-cli2 to v0.4.0 (#13613) 2022-01-18 13:59:55 +00:00
.markdownlint-cli2.jsonc chore(deps): update dependency markdownlint-cli2 to v0.4.0 (#13613) 2022-01-18 13:59:55 +00:00
.npmrc chore: save-exact when installing 2020-09-18 10:42:26 +02:00
.prettierignore docs: release as asset (#11429) 2021-12-09 21:12:49 +01:00
.prettierrc chore: roll back prettier 2018-12-14 21:47:34 +01:00
.releaserc docs: release as asset (#11429) 2021-12-09 21:12:49 +01: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 refactor(migrations): validator (#13073) 2022-01-10 21:01:57 +00:00
license Update license from MIT to AGPL 2018-04-09 07:22:55 +02:00
package.json build(deps): update dependency simple-git to v3.1.1 (#13962) 2022-02-02 15:45:45 +00:00
readme.md docs(readme): add replacement PR feature to list (#13194) 2021-12-19 21:19:46 +01:00
renovate.json chore: add schema to renovate.json (#12969) 2021-12-06 12:42:23 +01:00
tsconfig.app.json refactor: prepare esm helper (#13250) 2021-12-22 17:01:28 +01:00
tsconfig.json chore: update eslint config (#13237) 2021-12-22 13:31:14 +00:00
tsconfig.lint.json chore: update eslint config (#13237) 2021-12-22 13:31:14 +00:00
tsconfig.spec.json test: reduce memory footprint (#12517) 2021-11-06 07:35:15 +00:00
tsconfig.strict.json feat(migrations): strict null checks (#13756) 2022-01-23 17:08:02 +00:00
yarn.lock build(deps): update dependency simple-git to v3.1.1 (#13962) 2022-02-02 15:45:45 +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
  • Get replacement PRs to migrate from a deprecated dependency to the community suggested replacement (npm packages only)
  • 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 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.