Skip to content

With the UI5 Renovate Preset Config its such as easy to update your UI5 project automatically when a new UI5 version is released.

License

Notifications You must be signed in to change notification settings

UI5/renovate-config

UI5 logo

UI5 Renovate Preset Config

A Renovate preset to keep your UI5 application up-to-date.

OpenUI5 Community Slack (#tooling channel) Contributor Covenant REUSE status

Features

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.

Usage

  1. Set up Renovate for your repository.
  2. Create a new file called renovate.json at the root level of your project.
  3. 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
}

Sample

See https://github.com/SAP/openui5-sample-app for a live demo of UI5 Renovate Preset Config.

Further Information

Support, Feedback, Contributing

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.

Security / Disclosure

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.

Code of Conduct

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.

Licensing

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.

About

With the UI5 Renovate Preset Config its such as easy to update your UI5 project automatically when a new UI5 version is released.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks