From c03616443179ebc94055f33437712fa7f26c60b7 Mon Sep 17 00:00:00 2001 From: Trent Blackburn <45049539+tablackburn@users.noreply.github.com> Date: Mon, 15 Jun 2026 22:07:32 -0400 Subject: [PATCH 1/2] chore: update auto-merge workflows to include major version bumps --- .github/workflows/auto-merge-bots.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/auto-merge-bots.yml b/.github/workflows/auto-merge-bots.yml index 6426435..abab933 100644 --- a/.github/workflows/auto-merge-bots.yml +++ b/.github/workflows/auto-merge-bots.yml @@ -17,8 +17,7 @@ jobs: with: github-token: "${{ secrets.GITHUB_TOKEN }}" - - name: Auto-merge minor and patch updates - if: steps.meta.outputs.update-type != 'version-update:semver-major' + - name: Auto-merge dependency updates run: gh pr merge --auto --squash --delete-branch "$PR_URL" env: PR_URL: ${{ github.event.pull_request.html_url }} From 8dcb118f21a53b76c63ad9aaa4633e63064756b6 Mon Sep 17 00:00:00 2001 From: Trent Blackburn <45049539+tablackburn@users.noreply.github.com> Date: Mon, 15 Jun 2026 22:14:51 -0400 Subject: [PATCH 2/2] chore: remove unused dependabot/fetch-metadata step --- .github/workflows/auto-merge-bots.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/auto-merge-bots.yml b/.github/workflows/auto-merge-bots.yml index abab933..eaabcb8 100644 --- a/.github/workflows/auto-merge-bots.yml +++ b/.github/workflows/auto-merge-bots.yml @@ -12,11 +12,6 @@ jobs: if: github.actor == 'dependabot[bot]' runs-on: ubuntu-latest steps: - - uses: dependabot/fetch-metadata@v3 - id: meta - with: - github-token: "${{ secrets.GITHUB_TOKEN }}" - - name: Auto-merge dependency updates run: gh pr merge --auto --squash --delete-branch "$PR_URL" env: