Select Git revision
index.spec.ts
index.ts 337 B
import { LANGUAGE_DOCKER } from '../../constants/languages';
import { extractPackageFile } from './extract';
const language = LANGUAGE_DOCKER;
export { extractPackageFile, language };
export const defaultConfig = {
fileMatch: [
'^\\.github/main.workflow$',
'^\\.github/workflows/[^/]+\\.ya?ml$',
],
pinDigests: true,
};