From e4d608e1100385f7848c3487ffc77658c8e8a63a Mon Sep 17 00:00:00 2001 From: subramaniak Date: Wed, 3 Jun 2026 08:39:11 +0000 Subject: [PATCH 1/4] Added dry run test --- .github/renovate.json5 | 34 ++++++++++++++++++------------ .github/workflows/_local_daily.yml | 1 + 2 files changed, 22 insertions(+), 13 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 3ad6840..1b001a0 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -5,19 +5,27 @@ // Commit author gitAuthor: "eclipse-score-bot ", - // Target following repositories - repositories: [ - "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", + // Autodiscover repositories in the org and opt-out where needed. + autodiscover: true, + autodiscoverFilter: [ + "eclipse-score/*", + // Explicitly exclude archived repositories. + "!eclipse-score/inc_mw_com", + "!eclipse-score/inc_mw_log", + "!eclipse-score/examples", + "!eclipse-score/inc_process_test_management", + "!eclipse-score/inc_process_variant_management", + "!eclipse-score/operating_system", + "!eclipse-score/inc_json", + "!eclipse-score/inc_config_management", + "!eclipse-score/test_integration", + "!eclipse-score/test_module_a", + "!eclipse-score/test_module_b", + "!eclipse-score/inc_abi_compatible_datatypes", + "!eclipse-score/inc_ai_platform", + "!eclipse-score/inc_gen_ai", + "!eclipse-score/inc_score_codegen", + // Opt-out list is empty for now. ], 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.", diff --git a/.github/workflows/_local_daily.yml b/.github/workflows/_local_daily.yml index 4f4333e..8a95486 100644 --- a/.github/workflows/_local_daily.yml +++ b/.github/workflows/_local_daily.yml @@ -49,3 +49,4 @@ jobs: configurationFile: .github/renovate.json5 env: LOG_LEVEL: debug + RENOVATE_DRY_RUN: full From 8059ff17821fb8ffae5f29e818950c172bc6be6f Mon Sep 17 00:00:00 2001 From: subramaniak Date: Wed, 3 Jun 2026 08:45:17 +0000 Subject: [PATCH 2/4] Updated environment variable for renovate token --- .github/workflows/_local_daily.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/_local_daily.yml b/.github/workflows/_local_daily.yml index 8a95486..024f67b 100644 --- a/.github/workflows/_local_daily.yml +++ b/.github/workflows/_local_daily.yml @@ -45,8 +45,7 @@ jobs: - name: Run renovate uses: renovatebot/github-action@79dc0ba74dc3de28db0a7aeb1d0b95d5bf5fde2a # v46.1.13 with: - token: ${{ secrets.SCORE_BOT_CLASSIC_PAT }} configurationFile: .github/renovate.json5 env: + token: ${{ secrets.SCORE_BOT_CLASSIC_PAT }} LOG_LEVEL: debug - RENOVATE_DRY_RUN: full From 403a916015f32d45621a781375d1edde17346516 Mon Sep 17 00:00:00 2001 From: subramaniak Date: Thu, 4 Jun 2026 02:56:23 +0000 Subject: [PATCH 3/4] Updated opt out list --- .github/renovate.json5 | 6 +++++- .github/workflows/_local_daily.yml | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 1b001a0..4b80ea2 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -10,6 +10,7 @@ autodiscoverFilter: [ "eclipse-score/*", // Explicitly exclude archived repositories. + "!eclipse-score/inc_feo", "!eclipse-score/inc_mw_com", "!eclipse-score/inc_mw_log", "!eclipse-score/examples", @@ -25,7 +26,10 @@ "!eclipse-score/inc_ai_platform", "!eclipse-score/inc_gen_ai", "!eclipse-score/inc_score_codegen", - // Opt-out list is empty for now. + // --- Self-referential: exclude the renovate config repo itself --- + "!eclipse-score/cicd-workflows", + // --- Active repos intentionally opted out --- + // (none yet — add here when needed) ], 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.", diff --git a/.github/workflows/_local_daily.yml b/.github/workflows/_local_daily.yml index 024f67b..03a79b8 100644 --- a/.github/workflows/_local_daily.yml +++ b/.github/workflows/_local_daily.yml @@ -45,7 +45,8 @@ jobs: - name: Run renovate uses: renovatebot/github-action@79dc0ba74dc3de28db0a7aeb1d0b95d5bf5fde2a # v46.1.13 with: + token: ${{ secrets.SCORE_BOT_CLASSIC_PAT }} configurationFile: .github/renovate.json5 env: - token: ${{ secrets.SCORE_BOT_CLASSIC_PAT }} LOG_LEVEL: debug + From af62600405e9f76de2d9ea342cb85a95641c319c Mon Sep 17 00:00:00 2001 From: subramaniak Date: Thu, 4 Jun 2026 03:00:23 +0000 Subject: [PATCH 4/4] Updated spacing for _local_daily.yml --- .github/workflows/_local_daily.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/_local_daily.yml b/.github/workflows/_local_daily.yml index 03a79b8..4f4333e 100644 --- a/.github/workflows/_local_daily.yml +++ b/.github/workflows/_local_daily.yml @@ -49,4 +49,3 @@ jobs: configurationFile: .github/renovate.json5 env: LOG_LEVEL: debug -