UNPKG

renovate

Version:

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

11 lines (10 loc) 390 B
export { updateArtifacts } from './artifacts'; export { extractPackageFile } from './extract'; export { updateDependency } from './update'; export declare const url = "https://cashapp.github.io/hermit"; export declare const defaultConfig: { managerFilePatterns: string[]; excludeCommitPaths: string[]; versioning: string; }; export declare const supportedDatasources: string[];