Skip to content

Commit be5abc5

Browse files
Update dependabot/fetch-metadata action to v2.4.0 (#78)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent beb7354 commit be5abc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Dependabot metadata
1414
id: metadata
15-
uses: dependabot/fetch-metadata@v2.3.0
15+
uses: dependabot/fetch-metadata@v2.4.0
1616
- name: Approve the pull request
1717
run: gh pr review --approve "${{ github.event.pull_request.html_url }}"
1818
if: steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch'

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Dependabot metadata
1313
id: metadata
14-
uses: dependabot/fetch-metadata@v2.3.0
14+
uses: dependabot/fetch-metadata@v2.4.0
1515
- name: Enable Pull Request Automerge
1616
run: gh pr merge --squash --auto "${{ github.event.pull_request.html_url }}"
1717
if: steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch'

0 commit comments

Comments
 (0)