Skip to content

Commit

Permalink
chore(renovate): group all non-major dev dependencies in one pr
Browse files Browse the repository at this point in the history
  • Loading branch information
100terres committed Oct 29, 2023
1 parent f981834 commit bb219cd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,17 @@
{
matchManagers: ["npm"],
matchDepTypes: ["devDependencies"],
rangeStrategy: "pin",
matchUpdateTypes: ["major"],
commitMessagePrefix: "chore(dev-deps):",
},
{
groupName: "all non-major development dependencies",
groupSlug: "all-dev-minor-patch",
matchManagers: ["npm"],
matchDepTypes: ["devDependencies"],
matchUpdateTypes: ["minor", "patch"],
matchPackagePatterns: ["*"],
},
{
matchManagers: ["npm"],
matchDepTypes: ["peerDependencies"],
Expand Down

0 comments on commit bb219cd

Please sign in to comment.