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
--autoMerge Enable auto-merge for pull requests that Socket opens.
24
24
See GitHub documentation (\\u200bhttps://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository\\u200b) for managing auto-merge for pull requests in your repository.
25
25
--autopilot Shorthand for --autoMerge --test
26
-
--limit The number of fixes to attempt at a time
26
+
--limit The number of fixes to attempt at a time (default 10)
27
27
--minSatisfying Constrain dependency updates to the minimum satisfying version
28
-
--purl Provide a list of PURLs (\\u200bhttps://github.com/package-url/purl-spec?tab=readme-ov-file#purl\\u200b) to compute fixes for, as either a comma separated value or as multiple flags,
29
-
instead of querying the Socket API
30
-
--rangeStyle Define how updated dependency versions should be written in package.json.
28
+
--purl Provide a list of PURLs (\\u200bhttps://github.com/package-url/purl-spec?tab=readme-ov-file#purl\\u200b) to compute fixes for, as either a comma separated value or as
29
+
multiple flags, instead of querying the Socket API
30
+
--rangeStyle Define how dependency version ranges are updated in package.json (default 'preserve').
31
31
Available styles:
32
32
* caret - Use ^ range for compatible updates (e.g. ^1.2.3)
33
33
* gt - Use > to allow any newer version (e.g. >1.2.3)
0 commit comments