From 527ce26ff619208fb5c234c5a80db841adb837d0 Mon Sep 17 00:00:00 2001 From: "privilegedescalation-engineer[bot]" <269729446+privilegedescalation-engineer[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 12:51:02 +0000 Subject: [PATCH] Configure Renovate auto-merge for @kinvolk/headlamp-plugin --- renovate.json | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 08d08ca..b049fa1 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,21 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>privilegedescalation/.github:renovate-config"] + "extends": ["github>privilegedescalation/.github:renovate-config"], + "packageRules": [ + { + "description": "Auto-merge minor and patch updates for @kinvolk/headlamp-plugin", + "matchPackageNames": ["@kinvolk/headlamp-plugin"], + "matchUpdateTypes": ["minor", "patch"], + "automerge": true, + "automergeType": "pr" + }, + { + "description": "Auto-merge security patches for @kinvolk/headlamp-plugin immediately", + "matchPackageNames": ["@kinvolk/headlamp-plugin"], + "matchUpdateTypes": ["security"], + "automerge": true, + "automergeType": "pr", + "labels": ["security"] + } + ] } -