UNPKG

renovate

Version:

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

14 lines (13 loc) 578 B
import type { Category } from '../../../constants'; export { updateArtifacts } from './lockfile'; export { updateLockedDependency } from './lockfile/update-locked'; export { extractPackageFile } from './extract'; export declare const supportsLockFileMaintenance = true; export declare const url = "https://developer.hashicorp.com/terraform/docs"; export declare const categories: Category[]; export declare const defaultConfig: { commitMessageTopic: string; managerFilePatterns: string[]; pinDigests: boolean; }; export declare const supportedDatasources: string[];