Skip to content

Commit

Permalink
chore: configure renovate to ignore npm/node package versions (again #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
nielm committed Jul 23, 2024
1 parent 4c80d34 commit d87cb7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
packageRules: [
{
description: "Do not create PRs for nodejs/npm engine updates",
matchPackageNames: ["node"],
matchManagers: ["npm"],
matchPackageNames: ["node", "npm"],
matchDepTypes: ["engines"],
dependencyDashboardApproval: true,
groupName: "npm-engine-versions",
Expand Down

0 comments on commit d87cb7b

Please sign in to comment.