Skip to content
Snippets Groups Projects
Unverified Commit 50ab6b4b authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

docs: expand requireConfig (#9973)

parent 669da653
Branches
Tags
No related merge requests found
......@@ -331,6 +331,8 @@ Warning: this is an experimental feature and may be modified or removed in a fut
## requireConfig
If this is set to `false`, it means that Renovate won't require a config file such as `renovate.json` to be present in each repository and will run even if one is missing.
## secrets
Secrets may be configured by a bot admin in `config.js`, which will then make them available for templating within repository configs.
......
......@@ -351,7 +351,8 @@ const options: RenovateOptions[] = [
},
{
name: 'requireConfig',
description: 'Set to true if repositories must have a config to activate.',
description:
'Set to false if it is optional for repositories to contain a config.',
stage: 'repository',
type: 'boolean',
default: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment