From e53fc37a00866500a4735b79db5245a4ac0d3dca Mon Sep 17 00:00:00 2001 From: Jakub Recman Date: Wed, 18 Mar 2026 19:07:07 +0100 Subject: [PATCH] Remove automerge match for security updates --- renovate.json5 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index 2711d4f..88d370d 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -50,12 +50,6 @@ }, "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"],