Skip to content

Commit

Permalink
Merge pull request #431 from balena-io/kyle/group-types
Browse files Browse the repository at this point in the history
Group npm dependencies with their associated types
  • Loading branch information
flowzone-app[bot] authored Jan 2, 2024
2 parents 40726dc + 45d68cc commit 795e94b
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 795e94b

Please sign in to comment.