Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ Here are some examples showing how `update-types` can be used with `allow`.
- dependency-type: "development"
update-types:
- "version-update:semver-minor"
- "version-update:semver-patch
- "version-update:semver-patch"
```

In this example, production dependencies will only receive patch updates, while development dependencies will receive both minor and patch updates.
Expand Down
Loading