Skip to content

Commit

Permalink
Add some precedence clarification to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkedar committed Aug 20, 2024
1 parent bb26aeb commit 6abdff8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/guided-remediation.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,9 @@ The following flag may be used to limit the patches allowed for your dependencie
- `patch` allows for updates `>=1.2.3, <1.3.0`
- `none` disallows any updates

If `package-name:` is omitted, `level` is applied to all packages. Default is `--upgrade-config=major`.
If `package-name:` is omitted, `level` is applied to all packages. The specific `package-name:level` will take precedence over the general `level` (e.g. specifying both `minor` `pkg:none` will use `none` as the allowed level for `pkg`).

Default behaviour is `--upgrade-config=major`.

Example usage:

Expand Down

0 comments on commit 6abdff8

Please sign in to comment.