From edbfab5b9959e8fe94c4c11840186a37c57f4a72 Mon Sep 17 00:00:00 2001 From: GangGreenTemperTatum <104169244+GangGreenTemperTatum@users.noreply.github.com> Date: Wed, 17 Dec 2025 09:32:07 -0500 Subject: [PATCH] fix: apply gha strict python version pinning --- .github/renovate.json5 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 05f45c40..ebd4ad1c 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -28,6 +28,11 @@ ], }, packageRules: [ + { + "matchManagers": ["github-actions"], + "matchPackageNames": ["actions/setup-python"], + "allowedVersions": ">=3.10 <=3.12" + }, { matchManagers: ["poetry", "pip_requirements"], matchPackagePatterns: ["^pytest"],