From 0b9574ab398130ce2b2d8cf20db80cf82dbfd16e Mon Sep 17 00:00:00 2001 From: Steve Larson <9larsons@gmail.com> Date: Thu, 14 May 2026 07:53:55 -0500 Subject: [PATCH] Removed restrictions on major bumps in renovate no ref This is too strict - if it passes CI, it shouldn't be blocked. Not all majors will impact our use. --- renovate.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/renovate.json b/renovate.json index 83e9c2c7d..c4b791ff7 100644 --- a/renovate.json +++ b/renovate.json @@ -2,10 +2,5 @@ "extends": ["github>tryghost/renovate-config"], "assignees": ["9larsons"], "ignoreDeps": ["moment-timezone"], - "packageRules": [ - { - "matchUpdateTypes": ["major"], - "automerge": false - } - ] + "packageRules": [] }