UNPKG

renovate

Version:

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

12 lines (11 loc) 500 B
import type { Category } from '../../../constants'; export { extractPackageFile } from './extract'; export declare const displayName = "TFLint Plugins"; export declare const url = "https://github.com/terraform-linters/tflint/blob/master/docs/user-guide/plugins.md"; export declare const categories: Category[]; export declare const defaultConfig: { commitMessageTopic: string; managerFilePatterns: string[]; extractVersion: string; }; export declare const supportedDatasources: string[];