UNPKG

renovate

Version:

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

13 lines (12 loc) 544 B
import type { Category } from '../../../constants'; export { updateArtifacts } from './artifacts'; export { extractPackageFile } from './extract'; export declare const supportsLockFileMaintenance = true; export declare const displayName = "jsonnet-bundler"; export declare const url = "https://github.com/jsonnet-bundler/jsonnet-bundler#readme"; export declare const categories: Category[]; export declare const defaultConfig: { managerFilePatterns: string[]; datasource: string; }; export declare const supportedDatasources: string[];