diff --git a/renovate.json b/renovate.json index 993a88b1..51d4699e 100644 --- a/renovate.json +++ b/renovate.json @@ -11,22 +11,7 @@ "main", "0.8.x" ], - "packageRules": [ - { - "matchFileNames": [ - "composer.json" - ], - "constraints": { - "php": "8.1.*" - } - }, - { - "matchFileNames": [ - "Resources/Private/Libs/Build/composer.json" - ], - "constraints": { - "php": "7.4.*" - } - } - ] + "constraints": { + "php": "8.1.*" + } }