dependabot / fetch-metadata

Extract information about the dependencies being updated by a Dependabot-generated PR.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pass version through metadata

silasb opened this issue · comments

We need a way to block pre-1.0.0 semver patch bumps. Ideally, we'd have extra metadata available to us to allow us to easily do this via

${{steps.metadata.outputs.version.major >= 1 && steps.metadata.outputs.update-type == 'version-update:semver-patch'}}