From 1dd5affd72d6e6dc593b922df549b3efc65702ba Mon Sep 17 00:00:00 2001 From: wolfy1339 <4595477+wolfy1339@users.noreply.github.com> Date: Mon, 31 Mar 2025 11:59:15 -0400 Subject: [PATCH 1/2] renovate: group express packages, don't create `fix` PRs that only update the lockFile --- default.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/default.json b/default.json index 330dbcc..8f7590a 100644 --- a/default.json +++ b/default.json @@ -21,12 +21,21 @@ { "depTypeList": ["dependencies", "peerDependencies"], "semanticCommitType": "fix" + "matchJsonata": "$exists(isLockfileUpdate) = false" }, { "depTypeList": ["action"], "semanticCommitType": "ci", "semanticCommitScope": "action" + }, + { + "groupName": "express", + "matchPackageNames": [ + "@types/express", + "express", + ] } + ] ], "postUpdateOptions": ["npmDedupe"] } From c5dca0745e5da4862daea703c83bde981c321c14 Mon Sep 17 00:00:00 2001 From: wolfy1339 <4595477+wolfy1339@users.noreply.github.com> Date: Mon, 31 Mar 2025 12:00:31 -0400 Subject: [PATCH 2/2] fix syntax --- default.json | 1 - 1 file changed, 1 deletion(-) diff --git a/default.json b/default.json index 8f7590a..0648645 100644 --- a/default.json +++ b/default.json @@ -35,7 +35,6 @@ "express", ] } - ] ], "postUpdateOptions": ["npmDedupe"] }