From a702122891f77b8f92e2e7f2102a1afc4318bba8 Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Fri, 29 Dec 2023 21:40:29 -0500 Subject: [PATCH] chore: automerge frontend patch releases --- renovate.json5 | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index bb81b60..3256178 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -8,12 +8,20 @@ { "description": "Backend-related updates", "matchFileNames": ["backend/**"], - "labels": ["backend"] + "addLabels": ["backend"] }, { "description": "Frontend-related updates", "matchFileNames": ["frontend/**"], - "labels": ["frontend"] + "addLabels": ["frontend"] + }, + { + "description": "Automerge patch updates in frontend packages", + "matchFileNames": ["frontend/**"], + "labels": ["frontend", "automerge"], + "matchUpdateTypes": ["patch"], + "addLabels": ["automerge"], + "automerge": true } ], "reviewers": ["mcataford"]