Skip to content

Commit

Permalink
Group npm dependencies with their associated types
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed Jan 2, 2024
1 parent 40726dc commit 45d68cc
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,16 @@
"commitBody": "Update {{depName}} from {{{replace 'v' '' currentVersion}}} to {{{replace 'v' '' newVersion}}}\n\nChange-type: patch"
},
{
"groupName": "ssh2: @types grouping with sibling package(s)",
"matchPackagePatterns": ["^(@types/)?ssh2$"],
"separateMajorMinor": false
"groupName": "{{{replace '^@types/' '' depName}}} with types",
"matchPackagePrefixes": ["@types/"],
"matchDepTypes": ["dependencies", "devDependencies"],
"matchDatasources": ["npm"]
},
{
"groupName": "{{depName}} with types",
"excludePackagePrefixes": ["@types/"],
"matchDepTypes": ["dependencies", "devDependencies"],
"matchDatasources": ["npm"]
},
{
"matchUpdateTypes": ["minor", "patch"],
Expand Down

0 comments on commit 45d68cc

Please sign in to comment.