From 3026f2aca56afa19dabf4d6aae0c1a707dc189d7 Mon Sep 17 00:00:00 2001 From: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Date: Tue, 16 Jan 2024 00:38:41 -0500 Subject: [PATCH] misc: update renovate config Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --- .github/renovate.json5 | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 99779b8e..d5db611e 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -34,13 +34,10 @@ ], "semanticCommitType": "chore", "semanticCommitScope": "docs", - "commitMessageExtra": "({{currentVersion}} → {{newVersion}}) in docs", - }, - { - "matchUpdateTypes": ["digest"], - "semanticCommitType": "chore", - "semanticCommitScope": "deps", - "commitMessageExtra": "({{currentDigestShort}} → {{newDigestShort}})", + "commitMessageExtra": "({{currentVersion}} → {{newVersion}})", + "automerge": true, + "automergeType": "branch", + "matchUpdateTypes": ["minor", "patch"], }, { "matchManagers": ["github-actions"],