From 1be535f8ea1019ed91e0afbe3be033ea22de562a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 12:30:01 +0000 Subject: [PATCH] [FF-1429]: Bump bbeesley/gha-auto-dependabot-rebase Bumps [bbeesley/gha-auto-dependabot-rebase](https://github.com/bbeesley/gha-auto-dependabot-rebase) from 1.3.51 to 1.3.52. - [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.3.51...v1.3.52) --- 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/dependabot-rebase.yml | 2 +- .github/workflows/dependabot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot-rebase.yml b/.github/workflows/dependabot-rebase.yml index e442f11e..632c2545 100644 --- a/.github/workflows/dependabot-rebase.yml +++ b/.github/workflows/dependabot-rebase.yml @@ -18,6 +18,6 @@ jobs: timeout-minutes: 5 steps: - name: rebase - uses: bbeesley/gha-auto-dependabot-rebase@v1.3.51 + uses: bbeesley/gha-auto-dependabot-rebase@v1.3.52 env: GITHUB_TOKEN: ${{secrets.SOURCE_PUSH_TOKEN}} diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 69a9e246..cc5e1a13 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 5 steps: - name: rebase - uses: bbeesley/gha-auto-dependabot-rebase@v1.3.49 + uses: bbeesley/gha-auto-dependabot-rebase@v1.3.52 env: GITHUB_TOKEN: ${{secrets.SOURCE_PUSH_TOKEN}}