Automated Dependency Updates for OSGi
Categories: no-category
Renovate supports updating OSGi dependencies.
File Matching¶
By default, Renovate will check any files matching the following regular expression: /(^|/)src/main/features/.+\.json$/.
For details on how to extend a manager's managerFilePatterns value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: maven.
Default config¶
{
"managerFilePatterns": [
"/(^|/)src/main/features/.+\\.json$/"
]
}
Additional Information¶
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: