From f612dde3829325870f808a6f12f2b45491935693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 01:26:11 +0000 Subject: [PATCH] ci(deps): bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-version: 2.5.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 80a4970..86bdbce 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.4.0 + - uses: dependabot/fetch-metadata@v2.5.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.4.0 + - uses: dependabot/fetch-metadata@v2.5.0 id: dependabot-metadata with: github-token: ${{ secrets.GITHUB_TOKEN }}