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 fileMatch
value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: maven
.
Default config¶
{
"fileMatch": [
"(^|/)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: