mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-15 17:16:25 +00:00
5 lines
175 B
TypeScript
5 lines
175 B
TypeScript
export { extractPackageFile } from './extract';
|
|
export { updateDependency } from './update';
|
|
export { updateArtifacts } from './artifacts';
|
|
|
|
export const language = 'python';
|