diff --git a/renovate.json b/renovate.json index 0f32a19..e96c591 100644 --- a/renovate.json +++ b/renovate.json @@ -20,6 +20,22 @@ "41898282+github-actions[bot]@users.noreply.github.com" ], "packageRules": [ + { + "matchUpdateTypes": ["patch"], + "addLabels": ["patch"], + "automerge": true, + "autoApprove": true + }, + { + "matchUpdateTypes": ["minor"], + "addLabels": ["minor"], + "automerge": true, + "autoApprove": true + }, + { + "matchUpdateTypes": ["major"], + "addLabels": ["major"] + }, { "description": "Group AWS SDK and @mapbox/cloudfriend together.", "matchManagers": ["npm"],