You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: script.js
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,12 @@ import lockfile from '@yarnpkg/lockfile';
11
11
* @param {object} options
12
12
* @param {string} [options.versionRequirement] the version requirement, for example `^12` See https://www.npmjs.com/package/semver
13
13
* @param {string} [options.library] full name of library to be updated via renovate, for example @time-loop/cdk-library. Ignored when doing an `all non-major updates`.
14
+
* @param {string} [options.reduce] how to reduce the list of versions, for example `max` or `min`
0 commit comments