Skip to content

Commit

Permalink
chore(config): migrate config renovate.json5 (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Oct 31, 2024
1 parent 0aac9d1 commit ef1ef12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
description: "Group minor/patch updates for all NPM packages except googleapis",
matchDatasources: ["npm"],
matchUpdateTypes: ["minor", "patch"],
excludePackageNames: ["googleapis", "npm", "node"],
groupName: "npm-packages",
matchPackageNames: ["!googleapis", "!npm", "!node"],
},
{
description: "Allow all update types for googleapis",
Expand All @@ -30,9 +30,9 @@
description: "Group for non-googleapis major NPM updates, that does not create PRs",
matchDatasources: ["npm"],
matchUpdateTypes: ["major"],
excludePackageNames: ["googleapis", "npm", "node"],
groupName: "npm-major-packages",
dependencyDashboardApproval: true,
matchPackageNames: ["!googleapis", "!npm", "!node"],
},
{
matchDatasources: ["terraform-module", "terraform-provider"],
Expand Down

0 comments on commit ef1ef12

Please sign in to comment.