A Renovate preset to keep your UI5 application up-to-date.
Automatically creates pull requests to your UI5 project whenever a new UI5 version is released.
Information on the currently used UI5 version is updated in the following files:
- ui5.yaml files
- HTML files
The UI5 Renovate Preset Config takes into account whether your project uses OpenUI5 or SAPUI5.
- Set up Renovate for your repository.
- Create a new file called
renovate.json
at the root level of your project. - Add the following content:
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>ui5/renovate-config"
],
"separateMinorPatch": true
}
Note: We recommend setting separateMinorPatch
to true
to create separate pull requests for patches and minor releases.
If your project should only consume Long-Term Support (LTS) releases, use the following content:
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>ui5/renovate-config:lts"
],
"separateMinorPatch": true
}
See https://github.com/SAP/openui5-sample-app for a live demo of UI5 Renovate Preset Config
.
This project is open to feature requests/suggestions, bug reports, etc. via GitHub issues. Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project's structure, as well as additional contribution information, see our Contribution Guidelines.
You can also chat with us in the #renovate-config
channel of the OpenUI5 Community Slack. For public Q&A, use the ui5-renovate-config
tag on Stack Overflow.
If you find any bug that might be a security problem, please follow the instructions given in Security Policy on how to report it. Please do not create GitHub issues for security-related concerns or problems.
We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone. By participating in this project, you agree to abide by its Code of Conduct at all times.
Copyright 2025 SAP SE or an SAP-affiliate company and contributors. Please see our LICENSE for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the REUSE tool.