diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index 0813baf..90e5821 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -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. diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9bfd84d..0a24dfe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,8 +10,6 @@ updates: directory: "/" schedule: interval: "daily" - reviewers: - - "SAP/ui5-foundation" versioning-strategy: increase commit-message: prefix: "deps" diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 75a0db2..02b9971 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 @@ -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).** diff --git a/README.md b/README.md index 2af40fe..600ca7a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/datasources.json b/datasources.json index bd68492..80947dc 100644 --- a/datasources.json +++ b/datasources.json @@ -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": {