Skip to content

Commit

Permalink
ci(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.3.0
Browse files Browse the repository at this point in the history
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](dependabot/fetch-metadata@v2.2.0...v2.3.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 Jan 27, 2025
1 parent edd72e6 commit 5d0ca60
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.2.0
- uses: dependabot/fetch-metadata@v2.3.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.2.0
- uses: dependabot/fetch-metadata@v2.3.0
id: dependabot-metadata
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5d0ca60

Please sign in to comment.