Skip to content

Commit a5379ce

Browse files
Bump dependabot/fetch-metadata from 2 to 3
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2 to 3. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v2...v3) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 76aeb33 commit a5379ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Dependabot metadata
2020
id: metadata
21-
uses: dependabot/fetch-metadata@v2
21+
uses: dependabot/fetch-metadata@v3
2222
- name: Enable auto-merge for non-major updates
2323
if: ${{ steps.metadata.outputs.update-type != 'version-update:semver-major' }}
2424
run: gh pr merge --squash --auto "${{ github.event.pull_request.html_url }}"

0 commit comments

Comments
 (0)