mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-14 16:46:25 +00:00
7 lines
154 B
TypeScript
7 lines
154 B
TypeScript
import { extractPackageFile } from './extract';
|
|
|
|
export { extractPackageFile };
|
|
|
|
export const defaultConfig = {
|
|
fileMatch: ['^\\.gitlab-ci\\.yml$'],
|
|
};
|