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
)} to compute fixes for, as either a comma separated value or as multiple flags.\nUse '--ghsa all' to lookup all GHSA IDs and compute fixes for them.`,
53
-
isMultiple: true,
54
-
hidden: true,
55
-
},
56
-
limit: {
57
-
type: 'number',
58
-
default: DEFAULT_LIMIT,
59
-
description: `The number of fixes to attempt at a time (default ${DEFAULT_LIMIT})`,
60
-
},
61
-
maxSatisfying: {
62
-
type: 'boolean',
63
-
default: true,
64
-
description: 'Use the maximum satisfying version for dependency updates',
65
-
hidden: true,
66
-
},
67
-
minSatisfying: {
68
-
type: 'boolean',
69
-
default: false,
70
-
description:
71
-
'Constrain dependency updates to the minimum satisfying version',
72
-
},
73
-
prCheck: {
74
-
type: 'boolean',
75
-
default: true,
76
-
description: 'Check for an existing PR before attempting a fix',
)} to compute fixes for, as either a comma separated value or as multiple flags.\nUse '--ghsa all' to lookup all GHSA IDs and compute fixes for them.`,
73
+
isMultiple: true,
74
+
hidden: true,
75
+
},
76
+
limit: {
77
+
type: 'number',
78
+
default: DEFAULT_LIMIT,
79
+
description: `The number of fixes to attempt at a time (default ${DEFAULT_LIMIT})`,
80
+
},
81
+
maxSatisfying: {
82
+
type: 'boolean',
83
+
default: true,
84
+
description:
85
+
'Use the maximum satisfying version for dependency updates',
86
+
hidden: true,
87
+
},
88
+
minSatisfying: {
89
+
type: 'boolean',
90
+
default: false,
91
+
description:
92
+
'Constrain dependency updates to the minimum satisfying version',
93
+
},
94
+
prCheck: {
95
+
type: 'boolean',
96
+
default: true,
97
+
description: 'Check for an existing PR before attempting a fix',
--auto-merge Enable auto-merge for pull requests that Socket opens.
24
28
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.
0 commit comments