diff --git a/renovate.json5 b/renovate.json5 index ebdfa061..6d2b7adf 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -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", }