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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1-bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body:
Please have a look at our [contributing guidelines](https://github.com/UI5/renovate-config/blob/main/CONTRIBUTING.md#-reporting-issues) on reporting issues.

> [!TIP]
> You can easily create an MRE using a fork of our [OpenUI5 sample app](https://github.com/SAP/openui5-sample-app).
> You can easily create an MRE using a fork of our [OpenUI5 sample app](https://github.com/UI5/sample-app).
>
> Alternatively, share a version of your existing project that has been stripped down to a minimum sufficient to reproduce the issue.
> Please do not share real business data or other sensitive information.
Expand Down
2 changes: 0 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ updates:
directory: "/"
schedule:
interval: "daily"
reviewers:
- "SAP/ui5-foundation"
versioning-strategy: increase
commit-message:
prefix: "deps"
Expand Down
4 changes: 0 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ For bigger features, an RFC (Request for Comment) might be necessary. You should

Analyzing issue reports can be a lot of effort. Any help is welcome! 👍

Open the [Bug Triage Project Board](https://github.com/orgs/SAP/projects/XX) and look for open issues which require triage, additional work, or a bugfix.
To do so, check the **`Needs Triage`** column for issues, or look for issues with the labels **`good first issue`**, **`help wanted`**, or **`information required`**.

You may be able to add additional or missing information, such as a step-by-step guide on how to reproduce an issue or an analysis of the root cause. In case of the latter, you might even be able to [contribute](#-contributing-code) a bugfix. 🙌

## 💻 Contributing Code
Expand All @@ -114,7 +111,6 @@ 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 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,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 Config`.
See https://github.com/UI5/sample-app for a live demo of `UI5 Renovate Preset Config`.

## In Action
The project was presented at UI5con 2025 during the "UI5 Tools - Update 2025" session. Watch the recording titled [UI5 Renovate Preset Config at UI5con 2025](https://www.youtube.com/live/0D0_M4RDiZY?si=ARwxP1RTSOmR7Ts4&t=4527) for further insights.
Expand Down
4 changes: 2 additions & 2 deletions datasources.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"openui5": {
"defaultRegistryUrlTemplate": "https://sdk.openui5.org/version.json",
"transformTemplates": [
"{ \"releases\": $distinct($each($, function($value){ return { \"version\": $value.version, \"changelogUrl\": $value.('https://sdk.openui5.org/' & version & '/#releasenotes.html'), \"sourceUrl\": $value.('https://github.com/SAP/openui5/tree/' & version & '/') }})), \"homepage\": \"https://sdk.openui5.org/\", \"changelogUrl\": \"https://sdk.openui5.org/#releasenotes.html\", \"sourceUrl\": \"https://github.com/SAP/openui5\" }"
"{ \"releases\": $distinct($each($, function($value){ return { \"version\": $value.version, \"changelogUrl\": $value.('https://sdk.openui5.org/' & version & '/#releasenotes.html'), \"sourceUrl\": $value.('https://github.com/UI5/openui5/tree/' & version & '/') }})), \"homepage\": \"https://sdk.openui5.org/\", \"changelogUrl\": \"https://sdk.openui5.org/#releasenotes.html\", \"sourceUrl\": \"https://github.com/UI5/openui5\" }"
]
},
"openui5_lts": {
"defaultRegistryUrlTemplate": "https://sdk.openui5.org/version.json",
"transformTemplates": [
"{ \"releases\": $distinct($filter($each($, function($value){ return { \"version\": $value.version, \"isStable\": $value.lts, \"changelogUrl\": $value.('https://sdk.openui5.org/' & version & '/#releasenotes.html'), \"sourceUrl\": $value.('https://github.com/SAP/openui5/tree/' & version & '/')}}), function($f){$f.isStable})), \"homepage\": \"https://sdk.openui5.org/\", \"changelogUrl\": \"https://sdk.openui5.org/#releasenotes.html\", \"sourceUrl\": \"https://github.com/SAP/openui5\" }"
"{ \"releases\": $distinct($filter($each($, function($value){ return { \"version\": $value.version, \"isStable\": $value.lts, \"changelogUrl\": $value.('https://sdk.openui5.org/' & version & '/#releasenotes.html'), \"sourceUrl\": $value.('https://github.com/UI5/openui5/tree/' & version & '/')}}), function($f){$f.isStable})), \"homepage\": \"https://sdk.openui5.org/\", \"changelogUrl\": \"https://sdk.openui5.org/#releasenotes.html\", \"sourceUrl\": \"https://github.com/UI5/openui5\" }"
]
},
"sapui5": {
Expand Down