mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-14 16:46:25 +00:00
6dc76f2e46
1. All languages are moved to constants/languages.ts 2. Updated all the references
6 lines
193 B
TypeScript
6 lines
193 B
TypeScript
import { LANGUAGE_RUBY } from '../../constants/languages';
|
|
|
|
export { extractPackageFile } from './extract';
|
|
export { updateDependency } from './update';
|
|
|
|
export const language = LANGUAGE_RUBY;
|