Skip to content

Commit bd35840

Browse files
Fix unterminated string in Dependabot update-types example (#45906)
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
1 parent 86468b7 commit bd35840

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/code-security/how-tos/secure-your-supply-chain/manage-your-dependency-security/controlling-dependencies-updated.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Here are some examples showing how `update-types` can be used with `allow`.
212212
- dependency-type: "development"
213213
update-types:
214214
- "version-update:semver-minor"
215-
- "version-update:semver-patch
215+
- "version-update:semver-patch"
216216
```
217217

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

0 commit comments

Comments
 (0)