Skip to content

Commit dbac1a9

Browse files
Merge pull request #222 from gonzolino/dependabot/github_actions/dependabot/fetch-metadata-3.0.0
chore(deps): bump dependabot/fetch-metadata from 2.5.0 to 3.0.0
2 parents 093af64 + 51b9c0e commit dbac1a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
if: github.event.pull_request.user.login == 'dependabot[bot]'
2424
steps:
2525
- id: metadata
26-
uses: dependabot/fetch-metadata@21025c705c08248db411dc16f3619e6b5f9ea21a # v2.5.0
26+
uses: dependabot/fetch-metadata@ffa630c65fa7e0ecfa0625b5ceda64399aea1b36 # v3.0.0
2727
# Approve the PR if the update type is a patch or minor version update
2828
- if: contains(fromJson('["version-update:semver-patch", "version-update:semver-minor"]'), steps.metadata.outputs.update-type)
2929
run: gh pr review --approve "${{ github.event.pull_request.html_url }}"

0 commit comments

Comments
 (0)