From 29e869c93836f7d635bb13474415f21a0a8c4a6c Mon Sep 17 00:00:00 2001 From: Eric Richer Date: Thu, 15 Aug 2024 12:00:57 -0400 Subject: [PATCH] Update renovate.json --- renovate.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/renovate.json b/renovate.json index 87380d2e..510889b9 100644 --- a/renovate.json +++ b/renovate.json @@ -3,15 +3,7 @@ "extends": [ "config:recommended" ], - "baseBranches": ["master", "4.x"], - "packageRules": [ - { - "matchPackageNames": ["phpunit/phpunit"], - "allowedVersions": "<11.0" - }, - { - "matchPackageNames": ["zfr/rbac"], - "allowedVersions": "<2.0" - } - ] + "major": { + "dependencyDashboardApproval": true + } }