Skip to content

Commit

Permalink
chore(deps): fix groups for renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
nielm authored Jul 29, 2024
1 parent ccc341a commit e923c2b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
description: "Group minor/patch updates for all NPM packages except googleapis",
matchDatasources: ["npm"],
matchUpdateTypes: ["minor", "patch"],
excludePackageNames: ["googleapis"],
excludePackageNames: ["googleapis", "npm", "node"],
groupName: "npm-packages",
},
{
Expand All @@ -30,7 +30,8 @@
description: "Group for non-googleapis major NPM updates, that does not create PRs",
matchDatasources: ["npm"],
matchUpdateTypes: ["major"],
excludePackageNames: ["googleapis"],
excludePackageNames: ["googleapis", "npm", "node"],
exludeDepTypes: ["engines"],
groupName: "npm-major-packages",
dependencyDashboardApproval: true,
},
Expand Down

0 comments on commit e923c2b

Please sign in to comment.