Skip to content

Commit

Permalink
chore(renovate): create an eslint group for major update
Browse files Browse the repository at this point in the history
  • Loading branch information
100terres committed Sep 15, 2024
1 parent d461d56 commit bcdee0c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,23 @@
commitMessagePrefix: "chore(dev-deps):",
},
{
groupName: "all non-major development dependencies",
groupName: "bump all non-major development dependencies",
groupSlug: "all-dev-minor-patch",
matchManagers: ["npm"],
matchDepTypes: ["devDependencies"],
matchUpdateTypes: ["minor", "patch"],
matchPackagePatterns: ["*"],
commitMessagePrefix: "chore(dev-deps):",
},
{
groupName: "bump eslint dependencies",
groupSlug: "all-eslint-major",
matchManagers: ["npm"],
matchDepTypes: ["devDependencies"],
matchUpdateTypes: ["major"],
packagePatterns: [".*eslint.*"],
commitMessagePrefix: "chore(dev-deps):",
},
{
matchManagers: ["npm"],
matchDepTypes: ["peerDependencies"],
Expand Down

0 comments on commit bcdee0c

Please # to comment.