From 9f96da7f562908a62a1a92eab481741d8b339953 Mon Sep 17 00:00:00 2001 From: Jaehwa Noh Date: Wed, 25 Dec 2024 11:33:58 +0900 Subject: [PATCH] Enable auto-merge on minor updates. https://docs.renovatebot.com/configuration-options/#automerge Change-Id: I6fde503508b546e622fe99f9859e0ebf2d2782e4 --- .github/renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) 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 + } ] }