mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-22 04:26:25 +00:00
6 lines
225 B
TypeScript
6 lines
225 B
TypeScript
export { extractPackageFile } from './extract';
|
|
export { updateDependency } from './update';
|
|
export { updateArtifacts } from './artifacts';
|
|
|
|
export const language = 'python';
|
|
export const supportsLockFileMaintenance = false;
|