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": [] }