Renovate
Renovate configuration file. Documentation: https://docs.renovatebot.com/configuration-options
| Type | object |
|---|---|
| File match |
renovate.json
renovate.json5
**/.github/renovate.json
**/.github/renovate.json5
**/.gitlab/renovate.json
**/.gitlab/renovate.json5
.renovaterc
.renovaterc.json
.renovaterc.json5
|
| Schema URL | https://catalog.lintel.tools/schemas/github/renovate/latest.json |
| Source | https://docs.renovatebot.com/renovate-schema.json |
Versions
Validate with Lintel
npx @lintel/lintel check
Properties
Flags packages that have not been updated within this period as abandoned.
Labels to add to Pull Request.
Additional string value to be appended to branchPrefix.
Additional reviewers for Pull Requests (in contrast to reviewers, this option adds to the existing reviewer list, rather than replacing it).
Configuration object for the ansible manager
{
"managerFilePatterns": [
"/(^|/)tasks/[^/]+\\.ya?ml$/"
]
}
Configuration object for the ansible-galaxy manager
{
"managerFilePatterns": [
"/(^|/)(galaxy|requirements)(\\.ansible)?\\.ya?ml$/"
]
}
Configuration object for the argocd manager
{
"managerFilePatterns": []
}
Configuration object for the asdf manager
{
"managerFilePatterns": [
"/(^|/)\\.tool-versions$/"
]
}
Assign reviewers and assignees even if the PR is to be automerged.
Assignees for Pull Request (either username or email address depending on the platform).
Determine assignees based on configured code owners and changes in PR.
Take a random sample of given size from assignees.
Set to true to automatically approve PRs.
Control whether replacement regular expressions are global matches or only the first match.
Whether to automerge branches/PRs automatically, without human intervention.
PR comment to add to trigger automerge. Only used if automergeType=pr-comment.
Limit automerge to these times of day or week.
[
"at any time"
]
The merge strategy to use when automerging PRs. Used only if automergeType=pr.
How to automerge, if enabled.
Configuration object for the azure-pipelines manager
{
"managerFilePatterns": [
"/(^|/).azuredevops/.+\\.ya?ml$/",
"/azure.*pipelines?.*\\.ya?ml$/"
],
"enabled": false
}
The id of an existing work item on Azure Boards to link to each PR.
List of one or more custom base branches defined as exact strings and/or via regex expressions.
Configuration object for the batect manager
{
"managerFilePatterns": [
"/(^|/)batect(-bundle)?\\.ya?ml$/"
]
}
Configuration object for the batect-wrapper manager
{
"managerFilePatterns": [
"/(^|/)batect$/"
],
"versioning": "semver"
}
Configuration object for the bazel manager
{
"managerFilePatterns": [
"/(^|/)WORKSPACE(|\\.bazel|\\.bzlmod)$/",
"/\\.WORKSPACE\\.bazel$/",
"/\\.bzl$/"
]
}
Configuration object for the bazel-module manager
{
"managerFilePatterns": [
"/(^|/|\\.)MODULE\\.bazel$/"
]
}
Configuration object for the bazelisk manager
{
"managerFilePatterns": [
"/(^|/)\\.bazelversion$/"
],
"pinDigests": false,
"versioning": "semver"
}
The PR tasks will be automatically completed after the PR is raised.
Use the default reviewers (Bitbucket only).
Configuration object for the bicep manager
{
"managerFilePatterns": [
"/\\.bicep$/"
]
}
Configuration object for the bitbucket-pipelines manager
{
"managerFilePatterns": [
"/(^|/)\\.?bitbucket-pipelines\\.ya?ml$/"
]
}
Configuration object for the bitrise manager
{
"managerFilePatterns": [
"/(^|/)bitrise\\.ya?ml$/"
]
}
Limit to a maximum of x concurrent branches. 0 means no limit, null (default) inherits value from prConcurrentLimit.
Branch name template.
Whether to be strict about the use of special characters within the branch name.
Prefix to use for all branch names.
Old branchPrefix value to check for existing PRs.
Branch topic.
Configuration object for the buildkite manager
{
"managerFilePatterns": [
"/buildkite\\.ya?ml/",
"/\\.buildkite/.+\\.ya?ml$/"
],
"commitMessageTopic": "buildkite plugin {{depName}}",
"commitMessageExtra": "to {{#if isMajor}}{{{prettyNewMajor}}}{{else}}{{{newValue}}}{{/if}}"
}
Configuration object for the buildpacks manager
{
"commitMessageTopic": "buildpack {{depName}}",
"managerFilePatterns": [
"/(^|/)project\\.toml$/"
],
"pinDigests": false
}
Bump the version in the package file being updated.
A list of bumpVersion config options to bump generic version numbers.
[]
Configuration object for the bun manager
{
"managerFilePatterns": [
"/(^|/)bun\\.lockb?$/",
"/(^|/)package\\.json$/"
],
"digest": {
"prBodyDefinitions": {
"Change": "{{#if displayFrom}}`{{{displayFrom}}}` → {{else}}{{#if currentValue}}`{{{currentValue}}}` → {{/if}}{{/if}}{{#if displayTo}}`{{{displayTo}}}`{{else}}`{{{newValue}}}`{{/if}}"
}
},
"prBodyDefinitions": {
"Change": "[{{#if displayFrom}}`{{{displayFrom}}}` → {{else}}{{#if currentValue}}`{{{currentValue}}}` → {{/if}}{{/if}}{{#if displayTo}}`{{{displayTo}}}`{{else}}`{{{newValue}}}`{{/if}}]({{#if depName}}https://renovatebot.com/diffs/npm/{{replace '/' '%2f' depName}}/{{{currentVersion}}}/{{{newVersion}}}{{/if}})"
}
}
Configuration object for the bun-version manager
{
"managerFilePatterns": [
"/(^|/)\\.bun-version$/"
],
"versioning": "npm"
}
Configuration object for the bundler manager
{
"managerFilePatterns": [
"/(^|/)Gemfile$/"
],
"versioning": "ruby"
}
Configuration object for the cake manager
{
"managerFilePatterns": [
"/\\.cake$/"
]
}
Configuration object for the cargo manager
{
"commitMessageTopic": "Rust crate {{depName}}",
"managerFilePatterns": [
"/(^|/)Cargo\\.toml$/"
]
}
Configuration object for the cdnurl manager
{
"managerFilePatterns": [],
"versioning": "semver"
}
Configuration object for the circleci manager
{
"managerFilePatterns": [
"/(^|/)\\.circleci/.+\\.ya?ml$/"
]
}
Set to true to initialize submodules during repository clone.
List of submodules names or patterns to clone when cloneSubmodules=true.
[
"*"
]
Configuration object for the cloudbuild manager
{
"managerFilePatterns": [
"/(^|/)cloudbuild\\.ya?ml/"
]
}
Configuration object for the cocoapods manager
{
"managerFilePatterns": [
"/(^|/)Podfile$/"
],
"versioning": "ruby"
}
Commit message body template. Will be appended to commit message, separated by two line returns.
If enabled, append a table in the commit message body describing all updates in the commit.
Rate limit commits to maximum x per hour. 0 means no limit.
Message to use for commit messages and pull request titles.
Action verb to use in commit messages and PR titles.
Extra description used after the commit message topic - typically the version.
Lowercase PR- and commit titles.
Prefix to add to start of commit messages and PR titles. Uses a semantic prefix if semanticCommits is enabled.
Suffix to add to end of commit messages and PR titles.
The upgrade topic/noun used in commit messages and PR titles.
Configuration object for the composer manager
{
"managerFilePatterns": [
"/(^|/)([\\w-]*)composer\\.json$/"
],
"versioning": "composer"
}
Configure use of --ignore-platform-reqs or --ignore-platform-req for the Composer package manager.
[]
Configuration object for the conan manager
{
"managerFilePatterns": [
"/(^|/)conanfile\\.(txt|py)$/"
],
"datasource": "conan",
"versioning": "conan"
}
If enabled, issues created by Renovate are set as confidential.
Enable this to get config migration PRs when needed.
Set this to true to make Renovate reuse/reopen an existing closed Config Warning issue, instead of opening a new one each time.
Configuration object to define language or manager version constraints.
{}
Perform release filtering based on language constraints.
Configuration object for the copier manager
{
"managerFilePatterns": [
"/(^|/)\\.copier-answers(\\..+)?\\.ya?ml/"
],
"versioning": "pep440"
}
Configuration object for the cpanfile manager
{
"managerFilePatterns": [
"/(^|/)cpanfile$/"
]
}
Configuration object for the crossplane manager
{
"managerFilePatterns": []
}
Configuration object for the crow manager
{
"managerFilePatterns": [
"/^\\.crow(?:/[^/]+)?\\.ya?ml$/"
]
}
Defines custom datasources for usage by managers.
{}
Custom managers using regex matching.
[]
Customize sections in the Dependency Dashboard issue.
{}
List of registry URLs to use as the default for a datasource.
Whether to create a "Dependency Dashboard" issue in the repository.
Controls if updates need manual approval from the Dependency Dashboard issue before PRs are created.
Set to true to let Renovate close the Dependency Dashboard issue if there are no more updates.
The category to group branches on the Dependency Dashboard issue.
Any text added here will be placed first in the Dependency Dashboard issue body.
These labels will always be applied on the Dependency Dashboard issue, even when they have been removed manually.
Control if the Dependency Dashboard issue lists CVEs supplied by osv.dev.
Controls whether abandoned packages are reported in the dependency dashboard.
Title for the Dependency Dashboard issue.
Configuration object for the deps-edn manager
{
"managerFilePatterns": [
"/(^|/)(?:deps|bb)\\.edn$/"
],
"versioning": "maven"
}
Plain text description for a config or preset.
Configuration object for the devbox manager
{
"managerFilePatterns": [
"/(^|/)devbox\\.json$/"
]
}
Configuration object for the devcontainer manager
{
"managerFilePatterns": [
"/^.devcontainer/devcontainer.json$/",
"/^.devcontainer.json$/"
]
}
Configuration to apply when updating a digest (no change in tag/version).
{
"branchTopic": "{{{depNameSanitized}}}-digest",
"commitMessageExtra": "to {{newDigestShort}}",
"commitMessageTopic": "{{{depName}}} digest"
}
Configuration object for the docker-compose manager
{
"managerFilePatterns": [
"/(^|/)(?:docker-)?compose[^/]*\\.ya?ml$/"
]
}
Configuration object for the dockerfile manager
{
"managerFilePatterns": [
"/(^|/|\\.)([Dd]ocker|[Cc]ontainer)file$/",
"/(^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$/"
]
}
If set to true then Renovate creates draft PRs, instead of normal status PRs.
Configuration object for the droneci manager
{
"managerFilePatterns": [
"/(^|/)\\.drone\\.yml$/"
]
}
Enable or disable corresponding functionality.
A list of package managers to enable. Only managers on the list are enabled.
An object containing configuration encrypted with project key.
Environment variables that Renovate uses when executing package manager commands.
{}
A file matching any of these glob patterns will not be committed, even if the file has been updated.
[]
Expand the configured code owner groups into a full list of group members.
Configuration presets to use or extend.
A regex (re2) to extract a version from a datasource's raw version string.
Controls if and when changelogs/release notes are fetched.
Configuration object for the fleet manager
{
"managerFilePatterns": [
"/(^|/)fleet\\.ya?ml/"
]
}
Configuration object for the flux manager
{
"managerFilePatterns": [
"/(?:^|/)gotk-components\\.ya?ml$/"
]
}
If defined, packages will follow this release tag exactly.
Disallow maintainers to push to Renovate pull requests when running in fork mode.
Whether to process forked repositories. By default, all forked repositories are skipped when in autodiscover mode.
Configuration object for the fvm manager
{
"managerFilePatterns": [
"/(^|/)\\.fvm/fvm_config\\.json$/",
"/(^|/)\\.fvmrc$/"
],
"versioning": "semver"
}
Configuration object for the git-submodules manager
{
"enabled": false,
"versioning": "git",
"managerFilePatterns": [
"/(^|/)\\.gitmodules$/"
]
}
Author to use for Git commits. Must conform to RFC5322.
Git authors which are ignored by Renovate. Must conform to RFC5322.
Ignore approval rules for MRs created by Renovate, which is useful for automerge.
Configuration object for the github-actions manager
{
"managerFilePatterns": [
"/(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$/",
"/(^|/)action\\.ya?ml$/"
]
}
Configuration object for the gitlabci manager
{
"managerFilePatterns": [
"/\\.gitlab-ci\\.ya?ml$/"
]
}
Configuration object for the gitlabci-include manager
{
"managerFilePatterns": [
"/\\.gitlab-ci\\.ya?ml$/"
]
}
Configuration object for the glasskube manager
{
"managerFilePatterns": []
}
Configuration object for the gleam manager
{
"managerFilePatterns": [
"/(^|/)gleam.toml$/"
],
"versioning": "hex"
}
Directory pattern to run go get on.
[
"./..."
]
Configuration object for the gomod manager
{
"managerFilePatterns": [
"/(^|/)go\\.mod$/"
],
"pinDigests": false
}
Configuration object for the gradle manager
{
"managerFilePatterns": [
"/\\.gradle(\\.kts)?$/",
"/(^|/)gradle\\.properties$/",
"/(^|/)gradle/.+\\.toml$/",
"/(^|/)buildSrc/.+\\.kt$/",
"/\\.versions\\.toml$/",
"/(^|/)versions.props$/",
"/(^|/)versions.lock$/"
],
"timeout": 600,
"versioning": "gradle"
}
Configuration object for the gradle-wrapper manager
{
"managerFilePatterns": [
"/(^|/)gradle/wrapper/gradle-wrapper\\.properties$/"
],
"versioning": "gradle"
}
Config if groupName is enabled.
{
"branchTopic": "{{{groupSlug}}}",
"commitMessageTopic": "{{{groupName}}}"
}
Human understandable name for the dependency group.
Slug to use for group (e.g. in branch name). Slug is calculated from groupName if null.
If enabled, branch names will use a hashing function to ensure each branch has that length.
Configuration object for the haskell-cabal manager
{
"managerFilePatterns": [
"/\\.cabal$/"
],
"pinDigests": false
}
Configuration object for the helm-requirements manager
{
"registryAliases": {
"stable": "https://charts.helm.sh/stable"
},
"commitMessageTopic": "helm chart {{depName}}",
"managerFilePatterns": [
"/(^|/)requirements\\.ya?ml$/"
]
}
Configuration object for the helm-values manager
{
"commitMessageTopic": "helm values {{depName}}",
"managerFilePatterns": [
"/(^|/)values\\.ya?ml$/"
],
"pinDigests": false
}
Configuration object for the helmfile manager
{
"registryAliases": {
"stable": "https://charts.helm.sh/stable"
},
"commitMessageTopic": "helm chart {{depName}}",
"managerFilePatterns": [
"/(^|/)helmfile\\.ya?ml(?:\\.gotmpl)?$/",
"/(^|/)helmfile\\.d/.+\\.ya?ml(?:\\.gotmpl)?$/"
]
}
Configuration object for the helmsman manager
{
"managerFilePatterns": []
}
Configuration object for the helmv3 manager
{
"registryAliases": {
"stable": "https://charts.helm.sh/stable"
},
"commitMessageTopic": "helm chart {{depName}}",
"managerFilePatterns": [
"/(^|/)Chart\\.ya?ml$/"
]
}
Configuration object for the hermit manager
{
"managerFilePatterns": [
"/(^|/)bin/hermit$/"
],
"excludeCommitPaths": [
"**/bin/hermit"
],
"versioning": "hermit"
}
Configuration object for the homeassistant-manifest manager
{
"managerFilePatterns": [
"/(^|/)manifest\\.json$/"
]
}
Configuration object for the homebrew manager
{
"commitMessageTopic": "Homebrew Formula {{depName}}",
"managerFilePatterns": [
"/^Formula/[^/]+[.]rb$/"
]
}
Host rules/configuration including credentials.
Configuration object for the html manager
{
"managerFilePatterns": [
"/\\.html?$/"
],
"versioning": "semver",
"digest": {
"enabled": false
},
"pinDigests": false
}
Avoid upgrading from a non-deprecated version to a deprecated one.
Dependencies to ignore.
Skip any package file whose path matches one of these. Can be a string or glob pattern.
[
"**/node_modules/**",
"**/bower_components/**"
]
Set this to true if allowPlugins=true but you wish to skip running plugins when updating lock files.
A list of presets to ignore, including any that are nested inside an extends array.
Reviewers to be ignored in PR reviewers presence (either username or email address depending on the platform).
Set this to false if allowScripts=true and you wish to run scripts when updating lock files.
Set to true to enable automerging without tests.
Ignore versions with unstable SemVer.
Include package files only within these defined paths.
[]
Whether to consider passing internal checks such as minimumReleaseAge when determining branch status.
When and how to filter based on internal checks.
Configuration object for the jenkins manager
{
"managerFilePatterns": [
"/(^|/)plugins\\.(txt|ya?ml)$/"
]
}
Configuration object for the jsonata manager
{
"pinDigests": false
}
Configuration object for the jsonnet-bundler manager
{
"managerFilePatterns": [
"/(^|/)jsonnetfile\\.json$/"
],
"datasource": "git-tags"
}
If set, users can add this label to PRs to request they be kept updated with the base branch.
Configuration object for the kotlin-script manager
{
"managerFilePatterns": [
"/^.+\\.main\\.kts$/"
]
}
Configuration object for the kubernetes manager
{
"managerFilePatterns": []
}
Configuration object for the kustomize manager
{
"managerFilePatterns": [
"/(^|/)kustomization\\.ya?ml$/"
],
"pinDigests": false
}
Labels to set in Pull Request.
Configuration object for the leiningen manager
{
"managerFilePatterns": [
"/(^|/)project\\.clj$/"
],
"versioning": "maven"
}
Configuration for lock file maintenance.
{
"enabled": false,
"recreateWhen": "always",
"rebaseStalePrs": true,
"branchTopic": "lock-file-maintenance",
"commitMessageAction": "Lock file maintenance",
"commitMessageTopic": null,
"commitMessageExtra": null,
"schedule": [
"before 4am on monday"
],
"groupName": null,
"prBodyDefinitions": {
"Change": "All locks refreshed"
}
}
Remap log levels to different levels.
Configuration to apply when an update type is major.
{}
Configuration object for the maven manager
{
"managerFilePatterns": [
"/(^|/|\\.)pom\\.xml$/",
"/^(((\\.mvn)|(\\.m2))/)?settings\\.xml$/",
"/(^|/)\\.mvn/extensions\\.xml$/"
]
}
Configuration object for the maven-wrapper manager
{
"managerFilePatterns": [
"/(^|\\/).mvn/wrapper/maven-wrapper.properties$/",
"/(^|\\/)mvnw(.cmd)?$/"
]
}
Limit the maximum major version increment allowed. Set to 0 to disable.
Configuration object for the meteor manager
{
"managerFilePatterns": [
"/(^|/)package\\.js$/"
]
}
The number of a milestone. If set, the milestone will be set when Renovate creates the PR.
The minimum number of updates which must be in a group for branches to be created.
Time required before a new release is considered stable.
When set in conjunction with minimumReleaseAge, controls whether the releaseTimestamp for a dependency update is required.
Configuration to apply when an update type is minor.
{}
Configuration object for the mint manager
{
"managerFilePatterns": [
"/(^|/)Mintfile$/"
]
}
Configuration object for the mise manager
{
"managerFilePatterns": [
"**/{,.}mise{,.*}.toml",
"**/{,.}mise/config{,.*}.toml",
"**/.config/mise{,.*}.toml",
"**/.config/mise/{mise,config}{,.*}.toml",
"**/.config/mise/conf.d/*.toml",
"**/.rtx{,.*}.toml"
]
}
Configuration object for the mix manager
{
"managerFilePatterns": [
"/(^|/)mix\\.exs$/"
]
}
Mode of operation.
Configuration object for the nix manager
{
"managerFilePatterns": [
"/(^|/)flake\\.nix$/"
],
"commitMessageTopic": "nix",
"commitMessageExtra": "to {{newValue}}",
"enabled": false
}
Configuration object for the nodenv manager
{
"managerFilePatterns": [
"/(^|/)\\.node-version$/"
],
"versioning": "node"
}
Configuration object for the npm manager
{
"managerFilePatterns": [
"/(^|/)package\\.json$/",
"/(^|/)pnpm-workspace\\.yaml$/",
"/(^|/)\\.yarnrc\\.yml$/"
],
"digest": {
"prBodyDefinitions": {
"Change": "{{#if displayFrom}}`{{{displayFrom}}}` → {{else}}{{#if currentValue}}`{{{currentValue}}}` → {{/if}}{{/if}}{{#if displayTo}}`{{{displayTo}}}`{{else}}`{{{newValue}}}`{{/if}}"
}
},
"prBodyDefinitions": {
"Change": "[{{#if displayFrom}}`{{{displayFrom}}}` → {{else}}{{#if currentValue}}`{{{currentValue}}}` → {{/if}}{{/if}}{{#if displayTo}}`{{{displayTo}}}`{{else}}`{{{newValue}}}`{{/if}}]({{#if depName}}https://renovatebot.com/diffs/npm/{{replace '/' '%2f' depName}}/{{{currentVersion}}}/{{{newVersion}}}{{/if}})"
}
}
npm token used to authenticate with the default registry.
String copy of .npmrc file. Use \n instead of line breaks.
Whether to merge config.npmrc with repo .npmrc content if both are found.
Configuration object for the nuget manager
{
"managerFilePatterns": [
"/\\.(?:cs|fs|vb)proj$/",
"/\\.(?:props|targets)$/",
"/(^|/)dotnet-tools\\.json$/",
"/(^|/)global\\.json$/"
]
}
Configuration object for the nvm manager
{
"managerFilePatterns": [
"/(^|/)\\.nvmrc$/"
],
"versioning": "node",
"pinDigests": false
}
Configuration object for the ocb manager
{
"managerFilePatterns": []
}
Configuration object for the osgi manager
{
"managerFilePatterns": [
"/(^|/)src/main/features/.+\\.json$/"
]
}
Use vulnerability alerts from osv.dev.
Rules for matching packages.
Configuration to apply when an update type is patch.
{}
Configuration object for the pep621 manager
{
"managerFilePatterns": [
"/(^|/)pyproject\\.toml$/"
]
}
Configuration object for the pep723 manager
{
"managerFilePatterns": []
}
Configuration to apply when an update type is pin.
{
"rebaseWhen": "behind-base-branch",
"groupName": "Pin Dependencies",
"groupSlug": "pin-dependencies",
"commitMessageAction": "Pin",
"group": {
"commitMessageTopic": "dependencies",
"commitMessageExtra": ""
}
}
Configuration to apply when pinning a digest (no change in tag/version).
{
"groupName": "Pin Dependencies",
"groupSlug": "pin-dependencies",
"commitMessageAction": "Pin",
"group": {
"commitMessageTopic": "dependencies",
"commitMessageExtra": ""
}
}
Whether to add digests to Dockerfile source images.
Configuration object for the pip-compile manager
{
"managerFilePatterns": [],
"lockFileMaintenance": {
"enabled": true,
"branchTopic": "pip-compile-refresh",
"commitMessageAction": "Refresh pip-compile outputs"
}
}
Configuration object for the pip_requirements manager
{
"managerFilePatterns": [
"/(^|/)[\\w-]*requirements([-._]\\w+)?\\.(txt|pip)$/"
]
}
Configuration object for the pip_setup manager
{
"managerFilePatterns": [
"/(^|/)setup\\.py$/"
]
}
Configuration object for the pipenv manager
{
"managerFilePatterns": [
"/(^|/)Pipfile$/"
]
}
Configuration object for the pixi manager
{
"managerFilePatterns": [
"/(^|/)pyproject\\.toml$/",
"/(^|/)pixi\\.toml$/"
]
}
Controls if platform-native auto-merge is used.
Use platform API to perform commits instead of using Git directly.
Configuration object for the poetry manager
{
"managerFilePatterns": [
"/(^|/)pyproject\\.toml$/"
]
}
Enable post-update options to be run after package/artifact updating.
[]
Post-upgrade tasks that are executed before a commit is made by Renovate.
{
"commands": [],
"fileFilters": [],
"executionMode": "update",
"installTools": {}
}
List of columns to use in PR bodies.
[
"Package",
"Type",
"Update",
"Change",
"Pending"
]
Table column definitions to use in PR tables.
{
"Package": "{{{depNameLinked}}}{{#if newName}}{{#unless (equals depName newName)}} → {{{newNameLinked}}}{{/unless}}{{/if}}",
"Type": "{{{depType}}}",
"Update": "{{{updateType}}}",
"Current value": "{{{currentValue}}}",
"New value": "{{{newValue}}}",
"Change": "`{{{displayFrom}}}` → `{{{displayTo}}}`",
"Pending": "{{{displayPending}}}",
"References": "{{{references}}}",
"Package file": "{{{packageFile}}}",
"Age": "{{#if newVersion}}{{/if}}",
"Adoption": "{{#if newVersion}}{{/if}}",
"Passing": "{{#if newVersion}}{{/if}}",
"Confidence": "{{#if newVersion}}{{/if}}"
}
Table header definitions to use in PR tables.
{
"Age": "[Age](https://docs.renovatebot.com/merge-confidence/)",
"Adoption": "[Adoption](https://docs.renovatebot.com/merge-confidence/)",
"Passing": "[Passing](https://docs.renovatebot.com/merge-confidence/)",
"Confidence": "[Confidence](https://docs.renovatebot.com/merge-confidence/)"
}
List of extra notes or templates to include in the Pull Request body.
[]
Pull Request body template. Controls which sections are rendered in the body of the pull request.
Limit to a maximum of x concurrent branches/PRs. 0 means no limit.
When to create the PR for a branch.
Text added here will be placed first in the PR body.
Rate limit PRs to maximum x created per hour. 0 means no limit.
Timeout in hours for when prCreation=not-pending.
Pull Request title template. Inherits from commitMessage if null.
Whether to bypass appending extra context to the Pull Request title.
Configuration object for the pre-commit manager
{
"commitMessageTopic": "pre-commit hook {{depName}}",
"enabled": false,
"managerFilePatterns": [
"/(^|/)\\.pre-commit-config\\.ya?ml$/"
],
"prBodyNotes": [
"Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://github.com/renovatebot/renovate/discussions/new) if you have any questions."
]
}
If enabled, Renovate logs the fully resolved config for each repository, plus the fully resolved presets.
Set to true to enable branch pruning after automerging.
Set to false to disable pruning stale branches.
Configuration object for the pub manager
{
"managerFilePatterns": [
"/(^|/)pubspec\\.ya?ml$/"
]
}
Configuration object for the puppet manager
{
"managerFilePatterns": [
"/(^|/)Puppetfile$/"
]
}
Configuration object for the pyenv manager
{
"managerFilePatterns": [
"/(^|/)\\.python-version$/"
],
"versioning": "docker",
"pinDigests": false
}
Configuration object for the quadlet manager
{
"managerFilePatterns": [
"/.+\\.container$/",
"/.+\\.image$/",
"/.+\\.volume$/"
]
}
Determines how to modify or update existing ranges.
Label to request a rebase from Renovate bot.
Controls when Renovate rebases an existing branch.
Recreate PRs even if same ones were closed previously.
Configuration object for the regex manager
{
"pinDigests": false
}
Aliases for registries.
{}
List of URLs to try for dependency lookup. Package manager specific.
Configuration object for the renovate-config-presets manager
{
"managerFilePatterns": [
"renovate.json",
"renovate.json5",
".github/renovate.json",
".github/renovate.json5",
".gitlab/renovate.json",
".gitlab/renovate.json5",
".renovaterc",
".renovaterc.json",
".renovaterc.json5"
]
}
Configuration to apply when replacing a dependency.
{
"branchTopic": "{{{depNameSanitized}}}-replacement",
"commitMessageAction": "Replace",
"commitMessageExtra": "with {{newName}} {{#if isMajor}}{{{prettyNewMajor}}}{{else}}{{#if isSingleVersion}}{{{prettyNewVersion}}}{{else}}{{{newValue}}}{{/if}}{{/if}}",
"prBodyNotes": [
"This is a special PR that replaces `{{{depName}}}` with the community suggested minimal stable replacement version."
]
}
Select whether to perform a direct replacement or alias replacement.
Ignore versions newer than npm "latest" version.
Requested reviewers for Pull Requests (either username or email address depending on the platform).
Determine reviewers based on configured code owners and changes in PR.
Take a random sample of given size from reviewers.
Configuration to apply when rolling back a version.
{
"branchTopic": "{{{depNameSanitized}}}-rollback",
"commitMessageAction": "Roll back",
"semanticCommitType": "fix"
}
Create PRs to roll back versions if the current version is not found in the registry.
Configuration object for the ruby-version manager
{
"managerFilePatterns": [
"/(^|/)\\.ruby-version$/"
],
"versioning": "ruby"
}
Configuration object for the runtime-version manager
{
"managerFilePatterns": [
"/(^|/)runtime.txt$/"
],
"pinDigests": false
}
Configuration object for the sbt manager
{
"managerFilePatterns": [
"/\\.sbt$/",
"/project/[^/]*\\.scala$/",
"/project/build\\.properties$/",
"/(^|/)repositories$/"
],
"versioning": "ivy"
}
Configuration object for the scalafmt manager
{
"managerFilePatterns": [
"/(^|/)\\.scalafmt.conf$/"
]
}
Limit branch creation to these times of day or week.
[
"at any time"
]
Commit scope to use if Semantic Commits are enabled.
Commit type to use if Semantic Commits is enabled.
Enable Semantic Commit prefixes for commits and PR titles.
If set to false, Renovate will upgrade dependencies to their latest release only. Renovate will not separate major or minor branches.
If set to true, Renovate will separate minor and patch updates into separate branches.
If set to true, PRs will be raised separately for each available major upgrade version.
If set to true, Renovate creates separate PRs for each minor stream.
Configuration object for the setup-cfg manager
{
"managerFilePatterns": [
"/(^|/)setup\\.cfg$/"
],
"versioning": "pep440"
}
Skip Renovate's automatic artifact updating.
Skip installing modules/dependencies if lock file updating is possible without a full install.
Custom strings to use as status check names.
{
"artifactError": "renovate/artifacts",
"configValidation": "renovate/config-validation",
"mergeConfidence": "renovate/merge-confidence",
"minimumReleaseAge": "renovate/stability-days"
}
Label to make Renovate stop updating a PR.
Options to suppress various types of warnings and other notifications.
[]
Configuration object for the sveltos manager
{
"managerFilePatterns": []
}
Configuration object for the swift manager
{
"managerFilePatterns": [
"/(^|/)Package\\.swift/"
],
"versioning": "swift",
"pinDigests": false
}
Configuration object for the tekton manager
{
"managerFilePatterns": []
}
Configuration object for the terraform manager
{
"commitMessageTopic": "Terraform {{depName}}",
"managerFilePatterns": [
"**/*.tf",
"**/*.tofu"
],
"pinDigests": false
}
Configuration object for the terraform-version manager
{
"managerFilePatterns": [
"/(^|/)\\.terraform-version$/"
],
"versioning": "hashicorp",
"extractVersion": "^v(?<version>.*)$"
}
Configuration object for the terragrunt manager
{
"commitMessageTopic": "Terragrunt dependency {{depName}}",
"managerFilePatterns": [
"/(^|/)terragrunt\\.hcl$/"
]
}
Configuration object for the terragrunt-version manager
{
"managerFilePatterns": [
"/(^|/)\\.terragrunt-version$/"
],
"versioning": "hashicorp",
"extractVersion": "^v(?<version>.+)$"
}
Configuration object for the tflint-plugin manager
{
"commitMessageTopic": "TFLint plugin {{depName}}",
"managerFilePatterns": [
"/\\.tflint\\.hcl$/"
],
"extractVersion": "^v(?<version>.*)$"
}
Must conform to IANA Time Zone format.
Tool specific configuration. Global self-hosted configuration takes precedence.
{
"jvmMaxMemory": 512,
"jvmMemory": 512
}
Configuration object for the travis manager
{
"managerFilePatterns": [
"/^\\.travis\\.ya?ml$/"
],
"major": {
"enabled": false
},
"versioning": "node"
}
Configuration object for the typst manager
{
"managerFilePatterns": [
"/\\.typ$/"
]
}
Configuration object for the unity3d manager
{
"managerFilePatterns": [
"**/ProjectSettings/ProjectVersion.txt"
]
}
Whether to update internal dep versions in a monorepo. Works on Yarn Workspaces.
Whether to update branches when not scheduled. Renovate will not create branches outside of the schedule.
Whether to update pinned (single version) dependencies or not.
Whether to read configuration from base branches instead of only the default branch.
User-facing strings for the Renovate comment when a PR is closed.
{
"ignoreTopic": "Renovate Ignore Notification",
"ignoreMajor": "Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for *any* future `{{{newMajor}}}.x` releases. But if you manually upgrade to `{{{newMajor}}}.x` then Renovate will re-enable `minor` and `patch` updates automatically.",
"ignoreDigest": "Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for the `{{{depName}}}` `{{{newDigestShort}}}` update again.",
"ignoreOther": "Because you closed this PR without merging, Renovate will ignore this update (`{{{newValue}}}`). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the `ignoreDeps` array of your Renovate config.",
"artifactErrorWarning": "You probably do not want to merge this PR as-is."
}
Configuration object for the velaci manager
{
"managerFilePatterns": [
"/(^|/)\\.vela\\.ya?ml$/"
]
}
Configuration object for the vendir manager
{
"commitMessageTopic": "vendir {{depName}}",
"managerFilePatterns": [
"/(^|/)vendir\\.yml$/"
]
}
A regex (re2) with named capture groups to show how version and compatibility are split from a raw version string.
Versioning to use for filtering and comparisons.
Config to apply when a PR is needed due to a vulnerability in the existing package version.
{
"groupName": null,
"schedule": [],
"dependencyDashboardApproval": false,
"minimumReleaseAge": null,
"rangeStrategy": "update-lockfile",
"commitMessageSuffix": "[SECURITY]",
"branchTopic": "{{{datasource}}}-{{{depNameSanitized}}}-vulnerability",
"prCreation": "immediate",
"vulnerabilityFixStrategy": "lowest"
}
Configuration object for the woodpecker manager
{
"managerFilePatterns": [
"/^\\.woodpecker(?:/[^/]+)?\\.ya?ml$/"
]
}