Renovate
42Schema URL
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).
Set this to true to allow custom crate registries.
Set this to true if repositories are allowed to run install plugins.
Set this to true if repositories are allowed to run install scripts.
Whether to run commands for postUpgradeTasks inside a shell. This has security implications, as it means that they can call out to other commands or access shell variables. It is difficult to craft an allowedCommands regex to restrict this.
A list of regular expressions that decide which commands are allowed in post-upgrade tasks.
[]
List of allowed patterns for environment variable names in repository env config.
[]
List of allowed patterns for header names in repository hostRules config.
[
"X-*"
]
List of possibly unsafe executions which are permitted to run. This enables global control over any implicit commands
which are run as part of a renovate run. This is similar to allowedCommands but is specifically used to control executions
which run automatically, and are not explicitly added in postUpgradeTasks
[
"gradleWrapper"
]
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.
Autodiscover all repositories.
Filter the list of autodiscovered repositories.
Filter the list of autodiscovered repositories by namespaces.
Filter the list of autodiscovered repositories by project names.
The order method for autodiscover server side repository search.
The sort method for autodiscover server side repository search.
Filter the list of autodiscovered repositories by topics.
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.
The base directory for Renovate to store local files, including repository files and cache. If left empty, Renovate will create its own temporary directory to use.
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).
Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)
Use the repository's development branch as the repository's default branch.
Configuration object for the bicep manager
{
"managerFilePatterns": [
"/\\.bicep$/"
]
}
Controls how third-party tools like npm or Gradle are called: directly, via Docker sidecar containers, or via dynamic install.
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"
}
The directory where Renovate stores its cache. If left empty, Renovate creates a subdirectory within the baseDir.
Maximum duration in minutes to keep datasource cache entries.
Cache private packages in the datasource cache. This is useful for self-hosted setups
An object that contains cache namespace TTL override values.
{}
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"
}
A list of branch names to mark for creation or rebasing as if it was selected in the Dependency Dashboard issue.
[]
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.
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.
Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)
List of filenames where repository config will be stored.
Enable this to get config migration PRs when needed.
If enabled, config validation errors will be reported as errors instead of warnings, and Renovate will exit with a non-zero exit code.
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.
The directory where Renovate stores its containerbase cache. If left empty, Renovate creates a subdirectory within the cacheDir.
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 environment variables for child processes and sidecar Docker containers.
{}
Custom managers using regex matching.
[]
Customize sections in the Dependency Dashboard issue.
{}
List of registry URLs to use as the default for a datasource.
If set to true, Renovate tries to delete the additional self-hosted config file after reading it.
If set to true, Renovate tries to delete the self-hosted config file after reading it.
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.
If true, Renovate tries to detect global manager configuration from the file system.
If true, Renovate tries to detect host rules from environment variables.
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$/"
]
}
Change this value to add a prefix to the Renovate Docker sidecar container names and labels.
Pass CLI flags to docker run command when binarySource=docker.
By default, Renovate fetches up to 20 pages of Docker tags from registries. But you can set your own limit with this config option.
Change this value to override the default Renovate sidecar image.
Set the UID and GID for Docker-based binaries if you use binarySource=docker.
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$/"
]
}
If enabled, perform a dry run by logging messages instead of creating/updating/deleting branches and PRs.
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.
Warning text to use if encrypted config is found.
Custom endpoint to use.
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.
[]
Default execution timeout in minutes for child processes Renovate creates.
Expand the configured code owner groups into a full list of group members.
Set this to true to allow passing of all environment variables to package managers.
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.
Any configuration set in this object will force override existing settings.
Decides if CLI configuration options are moved to the force config section.
Whether to create forks as needed at runtime when running in "fork mode".
Disallow maintainers to push to Renovate pull requests when running in fork mode.
The preferred organization to create or find forked repositories, when in fork mode.
Whether to process forked repositories. By default, all forked repositories are skipped when in autodiscover mode.
Set a personal access token here to enable "fork 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.
Which Git commands will be run with the --no-verify option.
[
"commit",
"push"
]
PGP key to use for signing Git commits.
Passphrase for the gitPrivateKey
Configure the timeout with a number of milliseconds to wait for a Git task.
Overrides the default resolution for Git remote, e.g. to switch GitLab from HTTPS to SSH-based.
Configuration object for the github-actions manager
{
"managerFilePatterns": [
"/(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$/",
"/(^|/)action\\.ya?ml$/"
]
}
Display warnings about GitHub token not being set.
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"
}
Configuration presets to use or extend for a self-hosted config.
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 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
}
Maximum duration in days to keep HTTP cache entries.
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.
Set to true to fetch the entire list of PRs instead of only those authored by the Renovate user.
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.
Whether to process repositories that are mirrors. By default, repositories that are mirrors are skipped.
Include package files only within these defined paths.
[]
If true, Renovate will inherit configuration from the inheritConfigFileName file in inheritConfigRepoName.
Renovate will look for this config file name in the inheritConfigRepoName.
Renovate will look in this repo for the inheritConfigFileName.
If true, any inheritedConfig fetch error will result in an aborted run.
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"
}
}
Add a global or per-repo log context to each log entry.
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)?$/"
],
"versioning": "maven"
}
Limit the maximum major version increment allowed. Set to 0 to disable.
If set, Renovate will query the merge-confidence JSON API only for datasources that are part of this list.
[
"go",
"maven",
"npm",
"nuget",
"packagist",
"pypi",
"rubygems"
]
If set, Renovate will query this API for Merge Confidence data.
Configuration object for the meteor manager
{
"managerFilePatterns": [
"/(^|/)package\\.js$/"
]
}
Define presets here which have been removed or renamed and should be migrated automatically.
{}
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": []
}
Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)
Require a Configuration PR first.
Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)
Maximum number of days after which Renovate will stop trying to onboard the repository, and will close any existing onboarding PRs
Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)
Change this value to override the default onboarding branch name.
Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)
Change this value to override the default onboarding commit message.
Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)
Configuration to use for onboarding PRs.
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}
Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)
Change this value to override the default onboarding config file name.
Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)
Onboard the repository even if no dependencies are found.
Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)
Change this value to override the default onboarding PR title.
Set to enable rebase/retry markdown checkbox for onboarding PRs.
Set to true to perform a check for disabled config prior to cloning.
Configuration object for the osgi manager
{
"managerFilePatterns": [
"/(^|/)src/main/features/.+\\.json$/"
]
}
Use vulnerability alerts from osv.dev.
Rules for matching packages.
Password for authentication.
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": []
}
If set to true: keep repository data between runs instead of deleting the data.
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$/"
]
}
Platform type of repository.
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"
}
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.
Set the maximum number of commits per Renovate run. By default there is no limit.
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."
]
}
Cache resolved presets in package cache.
If enabled, Renovate logs the fully resolved config for each repository, plus the fully resolved presets.
Server-side private key.
Secondary or old private key to try.
Path to the Server-side private key.
Path to the Server-side old private key.
Environment variables to be used in global config only.
{}
Links which are used in PRs, issues and comments.
{
"documentation": "https://docs.renovatebot.com/",
"help": "https://github.com/renovatebot/renovate/discussions",
"homepage": "https://github.com/renovatebot/renovate"
}
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.
Key prefix for redis cache entries.
If set, this Redis URL will be used for caching instead of the file system.
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.
Path to where the file should be written. In case of s3 this has to be a full S3 URI.
Set how, or if, reports should be generated.
List of Repositories.
This option decides if Renovate uses a JSON cache to speed up extractions.
Set the type of renovate repository cache if repositoryCache is enabled.
Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)
Controls Renovate's behavior regarding repository config files such as renovate.json.
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
}
If set, Renovate will use this string as the endpoint when creating the AWS S3 client instance.
If set, Renovate will enable forcePathStyle when creating the AWS S3 client instance.
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"
]
Object which holds secret name/value pairs.
{}
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.
Repository Auth Token.
Configuration object for the travis manager
{
"managerFilePatterns": [
"/^\\.travis\\.ya?ml$/"
],
"major": {
"enabled": false
},
"versioning": "node"
}
Configuration object for the typst manager
{
"managerFilePatterns": [
"/\\.typ$/"
]
}
Enable or disable Unicode emoji.
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.
If false, Renovate does not try to access cloud metadata services.
If set to any string, Renovate will use this as the user-agent it sends with HTTP requests.
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."
}
Username for authentication.
Object which holds variable name/value pairs.
{}
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$/"
]
}
Writes discovered repositories to a JSON file and then exit.