mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-13 15:36:25 +00:00
732b8bd77b
Co-authored-by: Rhys Arkins <rhys@arkins.net>
9 lines
236 B
TypeScript
9 lines
236 B
TypeScript
import { id as versioning } from '../../versioning/semver';
|
|
|
|
export { extractPackageFile } from './extract';
|
|
export { updateArtifacts } from './artifacts';
|
|
|
|
export const defaultConfig = {
|
|
fileMatch: ['(^|/)batect$'],
|
|
versioning,
|
|
};
|