From e9787fb1334148978f2ef998cfd5478b6fd7b049 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 23 Oct 2024 02:40:08 +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.17 to 1.5.22.
- [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.17...v1.5.22)

---
updated-dependencies:
- dependency-name: bbeesley/gha-auto-dependabot-rebase
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .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 0bf3e780..e24fdfe2 100644
--- a/.github/workflows/dependabot.yml
+++ b/.github/workflows/dependabot.yml
@@ -23,6 +23,6 @@ jobs:
         run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
 
       - name: "Rebase"
-        uses: bbeesley/gha-auto-dependabot-rebase@v1.5.17
+        uses: bbeesley/gha-auto-dependabot-rebase@v1.5.22
         env:
           GITHUB_TOKEN: ${{secrets.SOURCE_PUSH_TOKEN}}