mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-15 00:56:26 +00:00
5 lines
127 B
TypeScript
5 lines
127 B
TypeScript
export { extractPackageFile } from './extract';
|
|
|
|
export const defaultConfig = {
|
|
fileMatch: ['(^|/)kustomization\\.yaml'],
|
|
};
|