VS Code doesn't recognize a possible output named dependency-group because it's not declared in action.yml.
This new output was added back in https://github.com/dependabot/fetch-metadata/pull/396 but it didn't update action.yml at the time. This PR resolves the issue by copying the dependency-group information from README to action.yml.
VS Code doesn't recognize a possible output named
dependency-group
because it's not declared inaction.yml
.This new output was added back in https://github.com/dependabot/fetch-metadata/pull/396 but it didn't update
action.yml
at the time. This PR resolves the issue by copying thedependency-group
information fromREADME
toaction.yml
.