From b7891b93ffab40a064d2d1ef68798bd3589adc87 Mon Sep 17 00:00:00 2001 From: qwerty287 <80460567+qwerty287@users.noreply.github.com> Date: Sat, 17 Feb 2024 10:35:23 +0100 Subject: [PATCH] Apply `documentation`/`ui` label to corresponding renovate updates (#3400) --- .github/renovate.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 95956f88c..b38fc1202 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -17,19 +17,27 @@ "matchManagers": ["gomod"], "matchUpdateTypes": ["minor", "patch"] }, + { + "matchManagers": ["npm"], + "matchFileNames": ["web/package.json"], + "addLabels": ["ui"] + }, + { + "matchManagers": ["npm"], + "matchFileNames": ["docs/**/package.json"], + "addLabels": ["documentation"] + }, { "groupName": "web npm deps non-major", "matchManagers": ["npm"], "matchUpdateTypes": ["minor", "patch"], - "matchFileNames": ["web/package.json"], - "addLabels": ["ui"] + "matchFileNames": ["web/package.json"] }, { "groupName": "docs npm deps non-major", "matchManagers": ["npm"], "matchUpdateTypes": ["minor", "patch"], - "matchFileNames": ["docs/**/package.json"], - "addLabels": ["documentation"] + "matchFileNames": ["docs/**/package.json"] }, { "matchDatasources": ["docker"],