From 4310d40693b62f59940a7c668f3b865c77f6737f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20H=C3=A4u=C3=9Fler?= Date: Wed, 18 Sep 2024 20:55:15 +0200 Subject: [PATCH] [TASK] Use same PHP constraint for all Renovate updates --- renovate.json | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) 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.*" + } }