diff --git a/.github/renovate.json b/.github/renovate.json index 0eec647d9..80a06cadc 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,5 +10,11 @@ "renovate[bot]@users.noreply.github.com", "github-actions[bot]@users.noreply.github.com", "41898282+github-actions[bot]@users.noreply.github.com" + ], + "packageRules": [ + { + "matchUpdateTypes": ["minor"], + "automerge": true + } ] }