From eeb1d30f0b9a687e2c143aed8da6f57e4501c1b3 Mon Sep 17 00:00:00 2001 From: Cail Daley Date: Tue, 8 Sep 2026 18:18:47 +0200 Subject: [PATCH] fix(renovate): guard python via matchDepNames (catches workflow python-version, not just docker tags) Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01Wk8SZkCRuKQ5xu5g38zHpx --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 0bd7ec9..8906250 100644 --- a/renovate.json +++ b/renovate.json @@ -37,7 +37,7 @@ "dependencyDashboardApproval": true }, { - "matchPackageNames": [ + "matchDepNames": [ "python" ], "groupName": "python",