From fbd2e35155a460a5e0dd1b576955b1b1a3236d6a Mon Sep 17 00:00:00 2001 From: Marc LeBlanc <7050295+marcleblanc2@users.noreply.github.com> Date: Mon, 8 Jun 2026 18:41:48 -0600 Subject: [PATCH] Skip Python patch Renovate updates Amp-Thread-ID: https://ampcode.com/threads/T-019e86ce-3bea-705f-9b77-1a0f14ebe2d5 Co-authored-by: Amp --- renovate.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/renovate.json b/renovate.json index c56c8b7..10d01c0 100644 --- a/renovate.json +++ b/renovate.json @@ -9,6 +9,15 @@ "python" ], "allowedVersions": "<3.12" + }, + { + "matchPackageNames": [ + "python" + ], + "matchUpdateTypes": [ + "patch" + ], + "enabled": false } ], "schedule": [