2 parents 093af64 + 51b9c0e commit dbac1a9Copy full SHA for dbac1a9
1 file changed
.github/workflows/dependabot.yml
@@ -23,7 +23,7 @@ jobs:
23
if: github.event.pull_request.user.login == 'dependabot[bot]'
24
steps:
25
- id: metadata
26
- uses: dependabot/fetch-metadata@21025c705c08248db411dc16f3619e6b5f9ea21a # v2.5.0
+ uses: dependabot/fetch-metadata@ffa630c65fa7e0ecfa0625b5ceda64399aea1b36 # v3.0.0
27
# Approve the PR if the update type is a patch or minor version update
28
- if: contains(fromJson('["version-update:semver-patch", "version-update:semver-minor"]'), steps.metadata.outputs.update-type)
29
run: gh pr review --approve "${{ github.event.pull_request.html_url }}"
0 commit comments