diff --git a/lib/config/options/index.ts b/lib/config/options/index.ts
index f178e974decf58159457997abab05c62aeafd527..faa0653fd50761802d5bff6e767b7db2ec8c8b62 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',