renovate/lib/manager/batect-wrapper/index.ts
Charles Korn 732b8bd77b
feat: batect-wrapper manager (#7939)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-12-13 09:03:02 +01:00

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,
};