diff --git a/renovate.json b/renovate.json index 106efb59..70c49d8e 100644 --- a/renovate.json +++ b/renovate.json @@ -18,8 +18,7 @@ { "description": "Disable major and minor updates for PHP", "matchPackageNames": "php", - "matchUpdateTypes": ["major", "minor"], - "enabled": false + "rangeStrategy": "auto" } ] }