Fix unterminated string in Dependabot update-types example - #45906
Conversation
The final sequence item in the combined `update-types`/`dependency-type` example was missing its closing double quote, so the block does not parse as YAML. The same string appears correctly quoted four other times in this file. The block is tagged `yaml copy`, so the copy button offers a dependabot.yml that Dependabot would reject.
|
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
|
Thanks for opening a PR @SurefireStudios ✨ I'll get this triaged for review. |
mchammer01
left a comment
There was a problem hiding this comment.
Thanks for spotting and fixing this 💖
LGTM 👍🏻
|
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. If you're looking for your next contribution, check out our help wanted issues ⚡ |
Why:
Closes:
One
yaml copyblock in "Controlling dependencies updated by Dependabot" is missing a closing double quote, so it does not parse:- "version-update:semver-patch.The same string is correctly quoted four other times in the same file, so this is a typo rather than house style.
The block has a copy button, so readers copy a
dependabot.ymlthat Dependabot rejects with a parse error.What's being changed (if available, include any code snippets, screenshots, or gifs):
Added the missing
"— one character, in Allowing specific semantic versioning levels for updates.The example now parses and matches the sentence below it:
Check off the following: