UNPKG

renovate

Version:

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

9 lines (8 loc) 417 B
import type { PackageDescription } from './types'; /** * 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. */ export declare const cacheSubDir = "deb"; export declare const requiredPackageKeys: (keyof PackageDescription)[]; export declare const packageKeys: (keyof PackageDescription)[];