From 202920de577cbbc650fce040bce9fd9b1fd85489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 01:00:17 +0000 Subject: [PATCH] ci(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 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](https://github.com/dependabot/fetch-metadata/compare/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] --- .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 01b17b6..6ed40ac 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.2.0 + - uses: dependabot/fetch-metadata@v2.3.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.2.0 + - uses: dependabot/fetch-metadata@v2.3.0 id: dependabot-metadata with: github-token: ${{ secrets.GITHUB_TOKEN }}