From 3f290f83225cc3e6ce031d4856f4d16f1193dec7 Mon Sep 17 00:00:00 2001 From: emdneto <9735060+emdneto@users.noreply.github.com> Date: Thu, 30 Jul 2026 20:13:12 -0300 Subject: [PATCH 1/2] reconfigure renovate Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> --- .github/renovate.json5 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 00dd3556ed..741354606c 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -59,13 +59,15 @@ semanticCommitScope: "docs", }, { - groupName: "ci", + matchManagers: ["github-actions"], + semanticCommitScope: "ci", + }, + { + groupName: "docker deps", matchManagers: [ - "github-actions", "dockerfile", "docker-compose", ], - semanticCommitScope: "ci", }, { matchDepTypes: ["uses-with"], From 6fe737f5974577881eaa4385d3e2f6cd7701236c Mon Sep 17 00:00:00 2001 From: emdneto <9735060+emdneto@users.noreply.github.com> Date: Thu, 30 Jul 2026 21:35:03 -0300 Subject: [PATCH 2/2] testing Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 741354606c..d4d98cae60 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -34,6 +34,7 @@ }, // Also scan GitHub Actions workflow templates written as Jinja files. "github-actions": { + enabled: false, managerFilePatterns: [ "/^\\.github/workflows/templates/.*\\.ya?ml\\.j2$/", ],