mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-26 12:49:49 +00:00
397ab49ef3
Co-authored-by: Michael Kriese <michael.kriese@gmx.de>
11 lines
289 B
TypeScript
11 lines
289 B
TypeScript
import { MavenDatasource } from '../../datasource/maven';
|
|
|
|
export { extractPackageFile } from './extract';
|
|
|
|
export const displayName = 'OSGi';
|
|
|
|
export const defaultConfig = {
|
|
fileMatch: ['(^|/)src/main/features/.+\\.json$'],
|
|
};
|
|
|
|
export const supportedDatasources = [MavenDatasource.id];
|