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"],