diff --git a/src/config-schema.js b/src/config-schema.js index caacdead8..39f058555 100644 --- a/src/config-schema.js +++ b/src/config-schema.js @@ -34,6 +34,16 @@ const configSchema = { description: 'List of names of installed packages which are not loaded at startup.' }, + versionPinnedPackages: { + type: 'array', + default: [], + + items: { + type: 'string' + }, + + description: 'List of names of installed packages which are not automatically updated.' + }, customFileTypes: { type: 'object', default: {},