Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#ignore--
What part(s) of the article would you like to see updated?
For the ignore -> update-types field of the dependabot.yml file, the article specifies as supported values sem-ver:minor, sem-ver:patch, and sem-ver:major. When using one of those, the parsing fails with the following message:
Your .github/dependabot.yml contained invalid details
Dependabot encountered the following error when parsing your .github/dependabot.yml:
The property '#/updates/0/ignore/0/update-types/0' value "sem-ver:major" did not match one of the following values: version-update:semver-major, version-update:semver-minor, version-update:semver-patch
The documentation should specific the correct values accepted.
Additional information
No response
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#ignore--
What part(s) of the article would you like to see updated?
For the
ignore -> update-typesfield of thedependabot.ymlfile, the article specifies as supported valuessem-ver:minor,sem-ver:patch, andsem-ver:major. When using one of those, the parsing fails with the following message:The documentation should specific the correct values accepted.
Additional information
No response