From 8875b55f2ca66890bbfddafdfbba0417d3e17fa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 20:56:22 +0000 Subject: [PATCH] chore(deps): bump bbeesley/gha-auto-dependabot-rebase Bumps [bbeesley/gha-auto-dependabot-rebase](https://github.com/bbeesley/gha-auto-dependabot-rebase) from 1.5.12 to 1.5.13. - [Release notes](https://github.com/bbeesley/gha-auto-dependabot-rebase/releases) - [Changelog](https://github.com/bbeesley/gha-auto-dependabot-rebase/blob/main/CHANGELOG.md) - [Commits](https://github.com/bbeesley/gha-auto-dependabot-rebase/compare/v1.5.12...v1.5.13) --- updated-dependencies: - dependency-name: bbeesley/gha-auto-dependabot-rebase dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-rebase.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-rebase.yml b/.github/workflows/auto-rebase.yml index b84fae1..cfe34a3 100644 --- a/.github/workflows/auto-rebase.yml +++ b/.github/workflows/auto-rebase.yml @@ -11,6 +11,6 @@ jobs: if: github.event_name == 'release' || github.ref_name == github.event.repository.default_branch steps: - name: request rebase - uses: bbeesley/gha-auto-dependabot-rebase@v1.5.12 + uses: bbeesley/gha-auto-dependabot-rebase@v1.5.13 env: GITHUB_TOKEN: ${{ secrets.BOT_PA_TOKEN }}