diff --git a/lib/config/definitions.js b/lib/config/definitions.js index f4f87fdc24be1c1035633e9d162c94f93aff4cdb..6e453b953fad6eeda96a430ca928fe3e4cca857a 100644 --- a/lib/config/definitions.js +++ b/lib/config/definitions.js @@ -271,6 +271,7 @@ const options = [ name: 'gitAuthor', description: 'Author to use for git commits. RFC5322', type: 'string', + admin: true, }, { name: 'gitPrivateKey', diff --git a/website/docs/configuration-options.md b/website/docs/configuration-options.md index 80584fb007b0b01bf8feb8fb7e8b13c8f9243c11..dd86ac41d5f3ebae6c1d8c245a17d1073a62bce2 100644 --- a/website/docs/configuration-options.md +++ b/website/docs/configuration-options.md @@ -197,10 +197,6 @@ See https://renovatebot.com/docs/configuration-reference/config-presets for deta ## fileMatch -## gitAuthor - -RFC5322-compliant string if you wish to customise the git author for commits. - ## group The default configuration for groups are essentially internal to Renovate and you normally shouldn't need to modify them. However, you may choose to _add_ settings to any group by defining your own `group` configuration object. diff --git a/website/docs/self-hosted-configuration.md b/website/docs/self-hosted-configuration.md index 0080ca8153ea2d23c879c6aef41e3250e44014ba..263bb3325105f1bd01dcb1030988ded03b7dfaa7 100644 --- a/website/docs/self-hosted-configuration.md +++ b/website/docs/self-hosted-configuration.md @@ -29,6 +29,10 @@ This is set to true by default, meaning that any settings (such as `schedule`) t You probably have no need for this option - it is an experimental setting for the Renovate hosted GitHub App. +## gitAuthor + +RFC5322-compliant string if you wish to customise the git author for commits. + ## gitPrivateKey ## logFile