diff --git a/.github/renovate.json b/.github/renovate.json index dc1a121..2461e02 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,12 +5,16 @@ ], "packageRules": [ { - "matchPackageNames": ["python"], + "matchPackageNames": [ + "python" + ], "allowedVersions": "<3.13" }, { - "matchPackageNames": ["!python"], - "matchPackagePatterns": ["*"], + "matchPackageNames": [ + "!python", + "*" + ], "matchUpdateTypes": [ "major", "minor",