0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-01-12 22:29:06 +00:00
renovatebot_renovate/lib/modules/manager/osgi
Risu 397ab49ef3
docs(managers): add missing url and displayName (#32621)
Co-authored-by: Michael Kriese <michael.kriese@gmx.de>
2024-12-01 08:47:27 +00:00
..
extract.spec.ts test(osgi): Use "codeBlock" for tests (#29110) 2024-05-16 05:00:12 +00:00
extract.ts refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
index.ts docs(managers): add missing url and displayName (#32621) 2024-12-01 08:47:27 +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: