From 61b5840936b47023c9d55bc489779b908deec62d Mon Sep 17 00:00:00 2001 From: gitea-actions Date: Fri, 24 Jul 2026 17:02:41 +0000 Subject: [PATCH 1/2] feat(action): allow automerge of azure/k8s-deploy v7.* --- action.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/action.json b/action.json index 3a418f5..d05b8f7 100644 --- a/action.json +++ b/action.json @@ -96,6 +96,17 @@ "platformAutomerge": true, "automergeType": "pr", "addLabels": ["automerge"] + }, + { + "description": "Automerge major updates for azure/k8s-deploy to v7", + "matchManagers": ["github-actions"], + "matchUpdateTypes": ["major"], + "matchPackageNames": ["azure/k8s-deploy"], + "matchNewValue": "v7.*", + "automerge": true, + "platformAutomerge": true, + "automergeType": "pr", + "addLabels": ["automerge"] } ] } -- 2.52.0 From 8ce6707711db02121dc25be7acd3e7f8678d6861 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Fri, 24 Jul 2026 19:08:35 +0200 Subject: [PATCH 2/2] noop -- 2.52.0