From 8f5125a4c9d97f21f9836f86741ddac378afdcc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 00:48:18 +0000 Subject: [PATCH] ci(deps): bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-merge.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-merge.yaml b/.github/workflows/auto-merge.yaml index 6ed40ac..80a4970 100644 --- a/.github/workflows/auto-merge.yaml +++ b/.github/workflows/auto-merge.yaml @@ -13,7 +13,7 @@ jobs: outputs: can-auto-merge: ${{ steps.can-auto-merge.outputs.approve }} steps: - - uses: dependabot/fetch-metadata@v2.3.0 + - uses: dependabot/fetch-metadata@v2.4.0 id: dependabot-metadata with: github-token: ${{ secrets.GITHUB_TOKEN }} @@ -28,7 +28,7 @@ jobs: name: Auto merge pull requests runs-on: ubuntu-latest steps: - - uses: dependabot/fetch-metadata@v2.3.0 + - uses: dependabot/fetch-metadata@v2.4.0 id: dependabot-metadata with: github-token: ${{ secrets.GITHUB_TOKEN }}