From 8782975bde30169311bf5041709cdaef8bf340f5 Mon Sep 17 00:00:00 2001 From: Gitea Actions <-2+gitea-actions@noreply.localhost> Date: Fri, 24 Jul 2026 19:10:02 +0200 Subject: [PATCH] feat(action): allow automerge of azure/k8s-deploy v7.* (#109) Allow Renovate to automerge updates matching: - **Ecosystem:** `action` - **Package:** `azure/k8s-deploy` - **Update type:** `major` - **New value:** `v7.*` Automerge major updates for azure/k8s-deploy to v7 --------- Co-authored-by: Timo Behrendt Co-authored-by: gitea-actions Reviewed-on: https://gitea.t000-n.de/t.behrendt/renovate-configs/pulls/109 Co-authored-by: Gitea Actions <-2+gitea-actions@noreply.localhost> Co-committed-by: Gitea Actions <-2+gitea-actions@noreply.localhost> --- 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"] } ] }