renovate/lib/modules/manager/osgi
2023-02-19 12:43:48 +00:00
..
extract.spec.ts feat: add osgi dependency manager (#19282) 2022-12-19 20:00:13 +00:00
extract.ts refactor: PackageFile -> PackageFileContent (#20502) 2023-02-19 12:43:48 +00:00
index.ts feat: add osgi dependency manager (#19282) 2022-12-19 20:00:13 +00:00
readme.md feat: add osgi dependency manager (#19282) 2022-12-19 20:00:13 +00:00
types.ts feat: add osgi dependency manager (#19282) 2022-12-19 20:00:13 +00:00

The osgi manager extracts dependencies from feature model definition files, typically located under src/main/features. It uses the maven datasource to find dependency updates.

Artifact list extensions are not supported. For the definition of artifact list extensions, read section 159.7.3 of the OSGi R8 spec.

References: