diff --git a/.github/renovate.json b/.github/renovate.json index 5de219b..5c36ccf 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,7 +10,7 @@ "rangeStrategy": "bump", "packageRules": [ { - "matchUpdateTypes": ["minor", "patch"], + "matchUpdateTypes": ["!major"], "automerge": true } ],