Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Bug Report
about: Report an issue with a package part of UI5 Renovate Preset
about: Report an issue with a package part of UI5 Renovate Preset Config
title: ''
labels: bug, needs triage
assignees: ''
Expand Down Expand Up @@ -35,7 +35,7 @@ Thank you 🧡

## Context

- UI5 Renovate Preset version: **`unknown`**
- UI5 Renovate Preset Config version: **`unknown`**
- Node.js version: **`unknown`**
- npm version: `unknown`
- OS/Platform: `unknown`
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Feature Request
about: Request a new feature to be added to a package part of UI5 Renovate Preset
about: Request a new feature to be added to a package part of UI5 Renovate Preset Config
title: ''
labels: enhancement
assignees: ''
Expand Down
18 changes: 9 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing to UI5 Renovate Preset
# Contributing to UI5 Renovate Preset Config

## Content

Expand All @@ -15,11 +15,11 @@
## 📝 Reporting Issues

### Seeking Help / Not a Bug
If you need help setting something up, or if you have questions regarding UI5 Renovate Preset, please seek help on a community platform like [SAP Community](https://pages.community.sap.com/topics/ui5), [StackOverflow](http://stackoverflow.com/questions/tagged/ui5-renovate-config) or the `#renovate-config` channel of the [OpenUI5 Community Slack](https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/). -->
If you need help setting something up, or if you have questions regarding UI5 Renovate Preset Config, please seek help on a community platform like [SAP Community](https://pages.community.sap.com/topics/ui5), [StackOverflow](http://stackoverflow.com/questions/tagged/ui5-renovate-config) or the `#renovate-config` channel of the [OpenUI5 Community Slack](https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/). -->

### How to Report an Issue

1. **Only UI5 Renovate Preset issues**
1. **Only UI5 Renovate Preset Config issues**
* Please do not report:
* Issues caused by dependencies.
* Issues caused by the use of non-public/internal methods. Only the public methods listed in the API documentation may be used.
Expand Down Expand Up @@ -68,15 +68,15 @@ GitHub offers labels to categorize issues. The labels can only be set and modifi

### Issue Reporting Disclaimer

We would like to improve the quality of UI5 Renovate Preset and good bug reports are welcome! Since our capacity is limited, we cannot handle general questions or consultation requests, and we cannot always afford to ask for every relevant detail.
We would like to improve the quality of UI5 Renovate Preset Config and good bug reports are welcome! Since our capacity is limited, we cannot handle general questions or consultation requests, and we cannot always afford to ask for every relevant detail.

We therefore reserve the right to close or not to process insufficient bug reports in favor of those that are clearly documented and easy to reproduce. Even though we would like to resolve each well-documented issue, there's always a chance that it won't happen - please remember: UI5 Renovate Preset is open source and comes without warranty.
We therefore reserve the right to close or not to process insufficient bug reports in favor of those that are clearly documented and easy to reproduce. Even though we would like to resolve each well-documented issue, there's always a chance that it won't happen - please remember: UI5 Renovate Preset Config is open source and comes without warranty.

Bug report analysis support is always very welcome! See [Analyze Issues](#-analyzing-issues).

## 🤩 Feature Requests

You can request features by creating an issue in the UI5 Renovate Preset repository: https://github.com/UI5/renovate-config/issues/new
You can request features by creating an issue in the UI5 Renovate Preset Config repository: https://github.com/UI5/renovate-config/issues/new

For bigger features, an RFC (Request for Comment) might be necessary. You should always clarify the need for an RFC with the project contributors upfront. You could do this either by opening an issue or by posting in our [Slack channel](#seeking-help--not-a-bug). Use [this template](rfcs/0000-template.md) for creating an RFC.

Expand All @@ -93,13 +93,13 @@ You may be able to add additional or missing information, such as a step-by-step

### General Remarks

You are welcome to contribute code to UI5 Renovate Preset in order to fix bugs or to implement new features.
You are welcome to contribute code to UI5 Renovate Preset Config in order to fix bugs or to implement new features.

There are three important things to know:

1. You must be aware of the Apache License (which describes contributions) and **agree to the Developer Certificate of Origin (DCO)***. This is common practice in major open source projects. To make this process as simple as possible, we use *[CLA assistant](https://cla-assistant.io/)* for individual contributions. CLA assistant is an open source tool that integrates with GitHub very well and enables a one-click experience for accepting the DCO. For company contributors, special rules apply. See the respective section below for details.
2. Follow our **[Development Conventions and Guidelines](docs/Guidelines.md)**.
3. **Not all proposed contributions can be accepted**. Some features may just fit a third-party add-on better. The code must match the overall direction of UI5 Renovate Preset and improve it in a way to provide some "bang for the byte". For most bug fixes this is a given, but a major feature implementation first needs to be discussed with one of the committers; if possible, this should be someone who touched the related code or module recently. The more effort you invest, the better you should clarify in advance whether your contribution would match the project's direction. The best way would be to just open an enhancement ticket in the issue tracker to discuss the feature you plan to implement (make it clear that you intend to contribute). We will then forward the proposal to the respective code owner. This avoids disappointment.
3. **Not all proposed contributions can be accepted**. Some features may just fit a third-party add-on better. The code must match the overall direction of UI5 Renovate Preset Config and improve it in a way to provide some "bang for the byte". For most bug fixes this is a given, but a major feature implementation first needs to be discussed with one of the committers; if possible, this should be someone who touched the related code or module recently. The more effort you invest, the better you should clarify in advance whether your contribution would match the project's direction. The best way would be to just open an enhancement ticket in the issue tracker to discuss the feature you plan to implement (make it clear that you intend to contribute). We will then forward the proposal to the respective code owner. This avoids disappointment.

### Developer Certificate of Origin (DCO)

Expand All @@ -111,7 +111,7 @@ This DCO replaces the previously used CLA ("Contributor License Agreement") as w
### How to Contribute

1. Make sure the change is welcome (see [General Remarks](#general-remarks)).
- Also check on the [UI5 Renovate Preset Task Board](https://github.com/orgs/SAP/projects/XXX) whether related tasks are already being worked on, blocked, or in discussion.
- Also check on the [UI5 Renovate Preset Config Task Board](https://github.com/orgs/SAP/projects/XXX) whether related tasks are already being worked on, blocked, or in discussion.
1. Create a branch by forking the relevant module repository and apply your change.
1. Commit and push your change to that branch.
- 👉 **Please follow our [Development Conventions and Guidelines](docs/Guidelines.md).**
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
![UI5 logo](./docs/images/UI5_logo_wide.png)

# UI5 Renovate Preset
# UI5 Renovate Preset Config

> A Renovate preset to keep your UI5 application up-to-date.
[![OpenUI5 Community Slack (#tooling channel)](https://img.shields.io/badge/slack-join-44cc11.svg)](https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.1%20adopted-ff69b4.svg)](https://github.com/UI5/renovate-config?tab=coc-ov-file#readme)
[![REUSE status](https://api.reuse.software/badge/github.com/UI5/renovate-config)](https://api.reuse.software/info/github.com/UI5/renovate-config)

- [UI5 Renovate Preset](#ui5-renovate-config)
- [UI5 Renovate Preset Config](#ui5-renovate-config)
- [Features](#features)
- [Usage](#usage)
- [Sample](#sample)
Expand All @@ -26,7 +26,7 @@ Information on the currently used UI5 version is updated in the following files:
- ui5.yaml files
- HTML files

The UI5 Renovate Preset takes into account whether your project uses [OpenUI5](https://sdk.openui5.org/) or [SAPUI5](https://ui5.sap.com/).
The UI5 Renovate Preset Config takes into account whether your project uses [OpenUI5](https://sdk.openui5.org/) or [SAPUI5](https://ui5.sap.com/).

## Usage

Expand Down Expand Up @@ -60,7 +60,7 @@ If your project should only consume Long-Term Support (LTS) releases, use the fo

## Sample

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

## Further Information

Expand Down
2 changes: 1 addition & 1 deletion REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ SPDX-PackageComment = "The code in this project may include calls to APIs (“AP
[[annotations]]
path = "**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and UI5 Renovate Preset contributors"
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and UI5 Renovate Preset Config contributors"
SPDX-License-Identifier = "Apache-2.0"
2 changes: 1 addition & 1 deletion SUPPORT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Support

If you need help setting something up, or if you have questions regarding UI5 Renovate Preset, please refrain from opening an issue on GitHub.
If you need help setting something up, or if you have questions regarding UI5 Renovate Preset Config, please refrain from opening an issue on GitHub.

Instead, please use one of the following platforms to seek help:

Expand Down
4 changes: 2 additions & 2 deletions docs/Development.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# UI5 Renovate Preset Development
# UI5 Renovate Preset Config Development

**Note:** This document is intended to support UI5 Renovate Preset developers and is not relevant for end users of the UI5 Renovate Preset.
**Note:** This document is intended to support UI5 Renovate Preset Config developers and is not relevant for end users of the UI5 Renovate Preset Config.