Skip to content

Commit

Permalink
Adding support for engines depTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaddell committed Jan 4, 2024
1 parent e6ba053 commit 66f3f38
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
"additionalBranchPrefix": "build/",
"commitMessagePrefix": "[Build] "
},
{
"matchDepTypes": ["engines"],
"rangeStrategy": "replace",
"additionalBranchPrefix": "build/",
"commitMessagePrefix": "[Build] "
},
{
"matchCategories": ["ci", "cd", "node"],
"rangeStrategy": "replace",
Expand Down

0 comments on commit 66f3f38

Please sign in to comment.