From e89478a8dbc03bfb9f53d616c31de155a052d4d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 02:01:37 +0000 Subject: [PATCH] [Dependencies]: Bump bbeesley/gha-auto-dependabot-rebase Bumps [bbeesley/gha-auto-dependabot-rebase](https://github.com/bbeesley/gha-auto-dependabot-rebase) from 1.5.217 to 1.5.221. - [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.217...v1.5.221) --- updated-dependencies: - dependency-name: bbeesley/gha-auto-dependabot-rebase dependency-version: 1.5.221 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 016675927..38a5a3213 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -33,6 +33,6 @@ jobs: } >> "$GITHUB_ENV" - name: "Rebase" - uses: bbeesley/gha-auto-dependabot-rebase@v1.5.217 + uses: bbeesley/gha-auto-dependabot-rebase@v1.5.221 env: GITHUB_TOKEN: ${{secrets.SOURCE_PUSH_TOKEN}}