diff --git a/lib/config/options/index.ts b/lib/config/options/index.ts index f178e974decf58..faa0653fd50761 100644 --- a/lib/config/options/index.ts +++ b/lib/config/options/index.ts @@ -752,6 +752,7 @@ const options: RenovateOptions[] = [ description: 'List of Repositories.', stage: 'global', type: 'array', + subType: 'string', cli: false, globalOnly: true, }, @@ -807,6 +808,7 @@ const options: RenovateOptions[] = [ description: 'A list of package managers to enable. Only managers on the list are enabled.', type: 'array', + subType: 'string', mergeable: false, stage: 'repository', }, @@ -2053,6 +2055,7 @@ const options: RenovateOptions[] = [ 'Enable post-update options to be run after package/artifact updating.', type: 'array', default: [], + subType: 'string', allowedValues: [ 'bundlerConservative', 'helmUpdateSubChartArchives',