Skip to content

Commit

Permalink
ci(deps): bump dependabot/fetch-metadata from 2.1.0 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](dependabot/fetch-metadata@v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 201a905 commit 8b9fd25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
outputs:
can-auto-merge: ${{ steps.can-auto-merge.outputs.approve }}
steps:
- uses: dependabot/fetch-metadata@v2.1.0
- uses: dependabot/fetch-metadata@v2.2.0
id: dependabot-metadata
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -28,7 +28,7 @@ jobs:
name: Auto merge pull requests
runs-on: ubuntu-latest
steps:
- uses: dependabot/fetch-metadata@v2.1.0
- uses: dependabot/fetch-metadata@v2.2.0
id: dependabot-metadata
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8b9fd25

Please sign in to comment.