mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-13 15:36:25 +00:00
5 lines
100 B
TypeScript
5 lines
100 B
TypeScript
export { extractPackageFile } from './extract';
|
|
|
|
export const defaultConfig = {
|
|
fileMatch: [],
|
|
};
|