From 33f401a7c412a4f914a9a9176d03b5dae67de527 Mon Sep 17 00:00:00 2001 From: Alexander Lanin Date: Mon, 11 May 2026 20:16:24 +0200 Subject: [PATCH 1/3] chore: improve renovate PRs --- .github/renovate.json5 | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 8e279e4..6d6f8ea 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -10,21 +10,20 @@ "eclipse-score/bazel_cpp_toolchains", "eclipse-score/devcontainer", "eclipse-score/docs-as-code", + "eclipse-score/inc_someip_gateway", "eclipse-score/itf", "eclipse-score/os_images", "eclipse-score/qnx_unit_tests", "eclipse-score/rules_imagefs", + "eclipse-score/score", "eclipse-score/testing_tools", "eclipse-score/toolchains_rust", ], - // 🚨 Run experiment - prBodyNotes: [ - "🚨 **EXPERIMENTAL** 🚨", - "This Renovate setup is currently under testing. ", - "It should produce good PRs, but there may be some issues. ", - "Contact #infrastructure if you have any questions or feedback.", - ], + prBodyDefinitions: { + "footer": "This PR was generated by #infrastructure automation. Contact us if you have any questions or feedback.", + "configDescription": "", + }, // Add labels to all PRs, so we can actually find them labels: [ From ca688e7c66db6a64e4d2641e30c805dcd6b53ff2 Mon Sep 17 00:00:00 2001 From: Alexander Lanin Date: Mon, 11 May 2026 20:25:31 +0200 Subject: [PATCH 2/3] second attempt --- .github/renovate.json5 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 6d6f8ea..71f6aa6 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -20,10 +20,8 @@ "eclipse-score/toolchains_rust", ], - prBodyDefinitions: { - "footer": "This PR was generated by #infrastructure automation. Contact us if you have any questions or feedback.", - "configDescription": "", - }, + prBodyTemplate: "{{{header}}}{{{table}}}{{{warnings}}}{{{notes}}}{{{changelogs}}}{{{controls}}}", + prFooter: "This PR was generated by [#infrastructure](https://github.com/orgs/eclipse-score/discussions/107) automation. Contact us if you have any questions or feedback.", // Add labels to all PRs, so we can actually find them labels: [ From 574de41029bde0320616472bcb9a4b24b73eb945 Mon Sep 17 00:00:00 2001 From: Alexander Lanin Date: Mon, 11 May 2026 20:45:06 +0200 Subject: [PATCH 3/3] restore footer --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 71f6aa6..f1ca574 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -20,8 +20,8 @@ "eclipse-score/toolchains_rust", ], - prBodyTemplate: "{{{header}}}{{{table}}}{{{warnings}}}{{{notes}}}{{{changelogs}}}{{{controls}}}", prFooter: "This PR was generated by [#infrastructure](https://github.com/orgs/eclipse-score/discussions/107) automation. Contact us if you have any questions or feedback.", + prBodyTemplate: "{{{header}}}{{{table}}}{{{warnings}}}{{{notes}}}{{{changelogs}}}{{{controls}}}{{{footer}}}", // Add labels to all PRs, so we can actually find them labels: [