Skip to content

Commit

Permalink
Merge pull request #203 from JaCraig/dependabot/github_actions/depend…
Browse files Browse the repository at this point in the history
…encies-67cf71b959

chore: bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 in the dependencies group
  • Loading branch information
JaCraig committed Apr 24, 2024
2 parents 648263d + f3b934d commit 22dcea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-reviewer.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Dependabot metadata
id: dependabot-metadata
uses: dependabot/fetch-metadata@v2.0.0
uses: dependabot/fetch-metadata@v2.1.0
- name: Approve patch and minor updates
if: ${{steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch' || steps.dependabot-metadata.outputs.update-type == 'version-update:semver-minor'}}
run: gh pr review $PR_URL --approve -b "**Approving** this pull request because **it includes a patch or minor update**"
Expand Down

0 comments on commit 22dcea8

Please sign in to comment.