From a69f1df0e846758e5031d4318f40faf5fbdff691 Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Thu, 15 May 2025 06:50:54 +0000 Subject: [PATCH] fix(github-action): replace `action: review` with `action: merge` in renovate preset One less thing to do for users. --- renovate-presets/default.json5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/renovate-presets/default.json5 b/renovate-presets/default.json5 index fc9ae5108..67b7960ff 100644 --- a/renovate-presets/default.json5 +++ b/renovate-presets/default.json5 @@ -16,15 +16,15 @@ semanticCommits: 'enabled', semanticCommitScope: '', semanticCommitType: 'build', - labels: ['area: build & ci', 'action: review'], + labels: ['area: build & ci', 'action: merge'], lockFileMaintenance: { enabled: true, }, // Feature disabled: permission to enable vulnerability alerts is not granted - 'vulnerabilityAlerts': { - 'enabled': false, + vulnerabilityAlerts: { + enabled: false, }, // Ignored dependencies in all repositories