diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 05f45c4..ebd4ad1 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"],