diff --git a/default.json b/default.json index 330dbcc..0648645 100644 --- a/default.json +++ b/default.json @@ -21,11 +21,19 @@ { "depTypeList": ["dependencies", "peerDependencies"], "semanticCommitType": "fix" + "matchJsonata": "$exists(isLockfileUpdate) = false" }, { "depTypeList": ["action"], "semanticCommitType": "ci", "semanticCommitScope": "action" + }, + { + "groupName": "express", + "matchPackageNames": [ + "@types/express", + "express", + ] } ], "postUpdateOptions": ["npmDedupe"]