From 1d468fe6d5eb32b68ac51de8b387d95ac1e9a0e7 Mon Sep 17 00:00:00 2001 From: Sally Young Date: Fri, 23 Feb 2024 11:22:04 +0000 Subject: [PATCH] Issue #437: Just add a label to packages we shouldn't merge (#450) --- renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index e7f75a0d0..3c5aa199c 100644 --- a/renovate.json +++ b/renovate.json @@ -15,8 +15,7 @@ "twig/twig", "vlucas/phpdotenv" ], - "matchUpdateTypes": ["minor", "patch"], - "enabled": false + "addLabels": ["test only - do not merge"] } ] }