mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-14 08:36:26 +00:00
6 lines
187 B
TypeScript
6 lines
187 B
TypeScript
export { extractPackageFile } from './extract';
|
|
|
|
export const defaultConfig = {
|
|
commitMessageTopic: 'precommit hook {{depName}}',
|
|
fileMatch: ['(^|/)\\.pre-commit-config\\.yaml$'],
|
|
};
|