UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

17 lines 554 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.packageKeys = exports.requiredPackageKeys = exports.cacheSubDir = void 0; /** * This specifies the directory where the extracted and downloaded packages files are stored relative to cacheDir. * The folder will be created automatically if it doesn't exist. */ exports.cacheSubDir = 'deb'; exports.requiredPackageKeys = [ 'Package', 'Version', ]; exports.packageKeys = [ ...exports.requiredPackageKeys, 'Homepage', ]; //# sourceMappingURL=common.js.map