Skip to content

Commit

Permalink
chore: update renovate config to specify rangeStrategy=bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nielm committed Jun 27, 2024
1 parent 79efaea commit 94a8e27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
// Only allow minor updates for all NPM packages except googleapis
matchDatasources: ["npm"],
excludePackageNames: ["googleapis"],
major: false,
major: { enabled: false },
},
],
rangeStrategy: "bump",
}

0 comments on commit 94a8e27

Please sign in to comment.