From 1a9767915d769df4f8966a2e7945b54683e7ed51 Mon Sep 17 00:00:00 2001 From: Jakub Recman Date: Tue, 17 Mar 2026 14:32:30 +0100 Subject: [PATCH] Set automege options in package rules --- renovate.json5 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index 83b5fc1..2711d4f 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -47,11 +47,15 @@ "enabled": true, "addLabels": ["security"], "schedule": ["at any time"], - "automerge": true, - "matchConfidence": ["high", "very high"] }, "packageRules": [ + { + "description": "Auto-merge high-confidence security updates", + "matchCategories": ["security"], + "matchConfidence": ["high", "very high"], + "automerge": true + }, { "description": "Skip internal reusable workflows and actions", "matchManagers": ["github-actions"],