Skip to content
Snippets Groups Projects
Unverified Commit cf7dd827 authored by Julius Henke's avatar Julius Henke Committed by GitHub
Browse files

docs: RENOVATE_CONFIG_FILE environment variable (#13350)


Co-authored-by: default avatarRhys Arkins <rhys@arkins.net>
parent ab778ebf
Branches
Tags
No related merge requests found
......@@ -112,7 +112,9 @@ WhiteSource Renovate On-Premises and WhiteSource Remediate both run as long-live
### Global config
Renovate's server-side/admin config is referred to as its "global" config, and can be specified using either a config file (`config.js`, `config.json`, `config.json5`, `config.yaml` or `config.yml`), environment variables, or CLI parameters.
Renovate's server-side/admin config is referred to as its "global" config, and can be specified using either a config file, environment variables, or CLI parameters.
By default Renovate checks if a file named `config.js` is present.
Any other (`*.js`, `*.json`, `*.json5`, `*.yaml` or `*.yml`) file is supported, when you reference it with the `RENOVATE_CONFIG_FILE` environment variable (e.g. `RENOVATE_CONFIG_FILE=config.yaml`).
Some config is global-only, meaning that either it is only applicable to the bot administrator or it can only be controlled by the administrator and not repository users.
Those are documented in [Self-hosted Configuration](../self-hosted-configuration.md).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment