Skip to content

Commit

Permalink
chore(renovate): update commit message prefix for ci and dev-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
100terres committed Nov 11, 2023
1 parent c19f3dc commit 2614a7b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
labels: ["dependencies"],

packageRules: [
{
matchCategories: ["ci"],
commitMessagePrefix: "ci:",
},
{
matchManagers: ["npm"],
matchDepTypes: ["dependencies"],
Expand All @@ -24,6 +28,7 @@
matchDepTypes: ["devDependencies"],
matchUpdateTypes: ["minor", "patch"],
matchPackagePatterns: ["*"],
commitMessagePrefix: "chore(dev-deps):",
},
{
matchManagers: ["npm"],
Expand Down

1 comment on commit 2614a7b

@vercel
Copy link

@vercel vercel bot commented on 2614a7b Nov 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.