diff --git a/.github/renovate.json b/.github/renovate.json index c8fbc197d..5d00998d5 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -16,6 +16,10 @@ { "matchPackageNames": ["docutils"], "allowedVersions": "<0.21.0" + }, + { + "matchPackageNames": ["macos"], + "allowedVersions": "<13" } ] }