mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-15 00:56:26 +00:00
8 lines
215 B
TypeScript
8 lines
215 B
TypeScript
import * as mavenVersioning from '../../versioning/maven';
|
|
|
|
export { extractPackageFile } from './extract';
|
|
|
|
export const defaultConfig = {
|
|
fileMatch: ['(^|/)project\\.clj$'],
|
|
versioning: mavenVersioning.id,
|
|
};
|