mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-15 17:16:25 +00:00
6 lines
148 B
TypeScript
6 lines
148 B
TypeScript
export { extractPackageFile } from './extract';
|
|
|
|
export const defaultConfig = {
|
|
fileMatch: ['(^|/)kustomization\\.yaml'],
|
|
pinDigests: false,
|
|
};
|